Home
last modified time | relevance | path

Searched refs:generate_disjoint_byte_copy (Results 1 – 25 of 45) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1255 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
1418 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (false, "jbyte_disjoint… in generate_arraycopy_stubs()
1425 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (true, "arrayof… in generate_arraycopy_stubs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1255 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
1418 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (false, "jbyte_disjoint… in generate_arraycopy_stubs()
1425 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (true, "arrayof… in generate_arraycopy_stubs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1251 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
1414 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (false, "jbyte_disjoint… in generate_arraycopy_stubs()
1421 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (true, "arrayof… in generate_arraycopy_stubs()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1268 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
1431 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (false, "jbyte_disjoint… in generate_arraycopy_stubs()
1438 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (true, "arrayof… in generate_arraycopy_stubs()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1268 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
1431 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (false, "jbyte_disjoint… in generate_arraycopy_stubs()
1438 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (true, "arrayof… in generate_arraycopy_stubs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1250 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
1413 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (false, "jbyte_disjoint… in generate_arraycopy_stubs()
1420 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (true, "arrayof… in generate_arraycopy_stubs()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1268 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
1431 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (false, "jbyte_disjoint… in generate_arraycopy_stubs()
1438 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (true, "arrayof… in generate_arraycopy_stubs()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A DstubGenerator_s390.cpp1267 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
1430 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (false, "jbyte_disjoint… in generate_arraycopy_stubs()
1437 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy (true, "arrayof… in generate_arraycopy_stubs()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DstubGenerator_ppc.cpp1125 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
2624 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, "jbyte_disjoint… in generate_arraycopy_stubs()
2632 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, "arrayof_… in generate_arraycopy_stubs()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DstubGenerator_ppc.cpp1125 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
2624 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, "jbyte_disjoint… in generate_arraycopy_stubs()
2632 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, "arrayof_… in generate_arraycopy_stubs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DstubGenerator_ppc.cpp978 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
3024 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, "jbyte_disjoint… in generate_arraycopy_stubs()
3032 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, "arrayof_… in generate_arraycopy_stubs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A DstubGenerator_ppc.cpp992 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
3056 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, "jbyte_disjoint… in generate_arraycopy_stubs()
3064 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, "arrayof_… in generate_arraycopy_stubs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A DstubGenerator_ppc.cpp978 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
3012 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, "jbyte_disjoint… in generate_arraycopy_stubs()
3020 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, "arrayof_… in generate_arraycopy_stubs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DstubGenerator_ppc.cpp978 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
3024 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, "jbyte_disjoint… in generate_arraycopy_stubs()
3032 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, "arrayof_… in generate_arraycopy_stubs()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A DstubGenerator_ppc.cpp990 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
3082 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, "jbyte_disjoint… in generate_arraycopy_stubs()
3090 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, "arrayof_… in generate_arraycopy_stubs()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/ppc/
H A DstubGenerator_ppc.cpp989 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
3053 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, "jbyte_disjoint… in generate_arraycopy_stubs()
3061 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, "arrayof_… in generate_arraycopy_stubs()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A DstubGenerator_ppc.cpp990 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
3094 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, "jbyte_disjoint… in generate_arraycopy_stubs()
3102 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, "arrayof_… in generate_arraycopy_stubs()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A DstubGenerator_ppc.cpp993 address generate_disjoint_byte_copy(bool aligned, const char * name) { in generate_disjoint_byte_copy() function in StubGenerator
3100 …StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, "jbyte_disjoint… in generate_arraycopy_stubs()
3108 …StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, "arrayof_… in generate_arraycopy_stubs()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DstubGenerator_aarch64.cpp1513 address generate_disjoint_byte_copy(bool aligned, address* entry, const char *name) { in generate_disjoint_byte_copy() function in StubGenerator
2401 StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, &entry, in generate_arraycopy_stubs()
2406 StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, &entry, in generate_arraycopy_stubs()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DstubGenerator_aarch64.cpp1513 address generate_disjoint_byte_copy(bool aligned, address* entry, const char *name) { in generate_disjoint_byte_copy() function in StubGenerator
2401 StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, &entry, in generate_arraycopy_stubs()
2406 StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, &entry, in generate_arraycopy_stubs()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1310 address generate_disjoint_byte_copy(bool aligned, address *entry, const char *name) { in generate_disjoint_byte_copy() function in StubGenerator
3186 StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, &entry, in generate_arraycopy_stubs()
3191 StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, &entry, in generate_arraycopy_stubs()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1310 address generate_disjoint_byte_copy(bool aligned, address *entry, const char *name) { in generate_disjoint_byte_copy() function in StubGenerator
3186 StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, &entry, in generate_arraycopy_stubs()
3191 StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, &entry, in generate_arraycopy_stubs()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1452 address generate_disjoint_byte_copy(bool aligned, address* entry, const char *name) { in generate_disjoint_byte_copy() function in StubGenerator
2815 StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, &entry, in generate_arraycopy_stubs()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1452 address generate_disjoint_byte_copy(bool aligned, address* entry, const char *name) { in generate_disjoint_byte_copy() function in StubGenerator
2815 StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, &entry, in generate_arraycopy_stubs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DstubGenerator_sparc.cpp1088 address generate_disjoint_byte_copy(bool aligned, address *entry, const char *name) { in generate_disjoint_byte_copy() function in StubGenerator
2934 StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, &entry, in generate_arraycopy_stubs()
2939 StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, &entry, in generate_arraycopy_stubs()

12