Home
last modified time | relevance | path

Searched refs:unsafe_arraycopy (Results 1 – 25 of 34) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp337 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy() function in StubRoutines
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DstubRoutines.hpp335 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy() function in StubRoutines
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp337 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy() function in StubRoutines
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp354 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy() function in StubRoutines
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp354 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy() function in StubRoutines
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp361 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy() function in StubRoutines
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp364 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy() function in StubRoutines
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp379 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy() function in StubRoutines
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp377 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy() function in StubRoutines
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp375 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy() function in StubRoutines
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dc2compiler.cpp210 if (StubRoutines::unsafe_arraycopy() == NULL) return false; in is_intrinsic_supported()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dc2compiler.cpp212 if (StubRoutines::unsafe_arraycopy() == NULL) return false; in is_intrinsic_supported()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dc2compiler.cpp213 if (StubRoutines::unsafe_arraycopy() == NULL) return false; in is_intrinsic_supported()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dc2compiler.cpp212 if (StubRoutines::unsafe_arraycopy() == NULL) return false; in is_intrinsic_supported()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dc2compiler.cpp225 if (StubRoutines::unsafe_arraycopy() == NULL) return false; in is_intrinsic_supported()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dc2compiler.cpp225 if (StubRoutines::unsafe_arraycopy() == NULL) return false; in is_intrinsic_supported()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dc2compiler.cpp201 if (StubRoutines::unsafe_arraycopy() == NULL) return false; in is_intrinsic_supported()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dc2compiler.cpp217 if (StubRoutines::unsafe_arraycopy() == NULL) return false; in is_intrinsic_supported()
/dports/benchmarks/inferno/inferno-0.10.9/tests/data/flamegraph/example-perf-stacks/
H A Dpalette.map516 unsafe_arraycopy->rgb(241,187,17)
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A Dunsafe.cpp409 if (StubRoutines::unsafe_arraycopy() != NULL) { in UNSAFE_ENTRY()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A Dunsafe.cpp404 if (StubRoutines::unsafe_arraycopy() != NULL) { in UNSAFE_ENTRY()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A Dunsafe.cpp406 if (StubRoutines::unsafe_arraycopy() != NULL) { in UNSAFE_ENTRY()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A Dunsafe.cpp408 if (StubRoutines::unsafe_arraycopy() != NULL) { in UNSAFE_ENTRY()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A Dunsafe.cpp404 if (StubRoutines::unsafe_arraycopy() != NULL) { in UNSAFE_ENTRY()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp418 if (StubRoutines::unsafe_arraycopy() == NULL) return NULL; in make_vm_intrinsic()
4485 StubRoutines::unsafe_arraycopy(), in inline_unsafe_copyMemory()

12