Home
last modified time | relevance | path

Searched refs:jint_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.hpp312 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp553 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jint_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DstubRoutines.hpp310 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp551 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jint_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp312 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp553 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jint_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp329 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp517 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jint_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp329 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp517 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jint_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp337 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp574 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jint_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp332 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp543 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jint_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp347 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp585 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jint_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp345 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp581 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jint_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp343 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy() function in StubRoutines
H A DstubRoutines.cpp579 case COPYFUNC_DISJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jint_disjoint_arraycopy); in select_arraycopy_function()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DstubGenerator_ppc.cpp1840 StubRoutines::jint_disjoint_arraycopy(); in generate_conjoint_int_copy()
1844 ((FunctionDescriptor*)StubRoutines::jint_disjoint_arraycopy())->entry(); in generate_conjoint_int_copy()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DstubGenerator_ppc.cpp1840 StubRoutines::jint_disjoint_arraycopy(); in generate_conjoint_int_copy()
1844 ((FunctionDescriptor*)StubRoutines::jint_disjoint_arraycopy())->entry(); in generate_conjoint_int_copy()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1358 : StubRoutines::jint_disjoint_arraycopy(); in generate_conjoint_int_copy()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1358 : StubRoutines::jint_disjoint_arraycopy(); in generate_conjoint_int_copy()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1354 : StubRoutines::jint_disjoint_arraycopy(); in generate_conjoint_int_copy()

12