Home
last modified time | relevance | path

Searched refs:jbyte_disjoint_arraycopy (Results 1 – 25 of 38) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp310 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp537 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DstubRoutines.hpp308 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp535 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp310 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp537 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp327 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp501 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp327 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp501 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp335 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp558 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp330 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp527 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp345 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp569 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp343 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp565 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp341 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp563 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DstubGenerator_ppc.cpp1297 StubRoutines::jbyte_disjoint_arraycopy(); in generate_conjoint_byte_copy()
1301 ((FunctionDescriptor*)StubRoutines::jbyte_disjoint_arraycopy())->entry(); in generate_conjoint_byte_copy()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DstubGenerator_ppc.cpp1297 StubRoutines::jbyte_disjoint_arraycopy(); in generate_conjoint_byte_copy()
1301 ((FunctionDescriptor*)StubRoutines::jbyte_disjoint_arraycopy())->entry(); in generate_conjoint_byte_copy()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1328 : StubRoutines::jbyte_disjoint_arraycopy(); in generate_conjoint_byte_copy()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1328 : StubRoutines::jbyte_disjoint_arraycopy(); in generate_conjoint_byte_copy()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1324 : StubRoutines::jbyte_disjoint_arraycopy(); in generate_conjoint_byte_copy()

12