Home
last modified time | relevance | path

Searched refs:_jbyte_arraycopy (Results 1 – 25 of 116) sorted by relevance

12345

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp133 StubRoutines::_jbyte_arraycopy = (address) fake_arraycopy_stub; in generate_arraycopy_stubs()
156 StubRoutines::_jbyte_arraycopy; in generate_arraycopy_stubs()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp133 StubRoutines::_jbyte_arraycopy = (address) fake_arraycopy_stub; in generate_arraycopy_stubs()
156 StubRoutines::_jbyte_arraycopy; in generate_arraycopy_stubs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp144 StubRoutines::_jbyte_arraycopy = (address) fake_arraycopy_stub; in generate_arraycopy_stubs()
167 StubRoutines::_jbyte_arraycopy; in generate_arraycopy_stubs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp144 StubRoutines::_jbyte_arraycopy = (address) fake_arraycopy_stub; in generate_arraycopy_stubs()
169 StubRoutines::_jbyte_arraycopy; in generate_arraycopy_stubs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp144 StubRoutines::_jbyte_arraycopy = (address) fake_arraycopy_stub; in generate_arraycopy_stubs()
167 StubRoutines::_jbyte_arraycopy; in generate_arraycopy_stubs()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp144 StubRoutines::_jbyte_arraycopy = (address) fake_arraycopy_stub; in generate_arraycopy_stubs()
169 StubRoutines::_jbyte_arraycopy; in generate_arraycopy_stubs()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp143 StubRoutines::_jbyte_arraycopy = (address) fake_arraycopy_stub; in generate_arraycopy_stubs()
168 StubRoutines::_jbyte_arraycopy; in generate_arraycopy_stubs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp144 StubRoutines::_jbyte_arraycopy = (address) fake_arraycopy_stub; in generate_arraycopy_stubs()
167 StubRoutines::_jbyte_arraycopy; in generate_arraycopy_stubs()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp144 StubRoutines::_jbyte_arraycopy = (address) fake_arraycopy_stub; in generate_arraycopy_stubs()
169 StubRoutines::_jbyte_arraycopy; in generate_arraycopy_stubs()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp144 StubRoutines::_jbyte_arraycopy = (address) fake_arraycopy_stub; in generate_arraycopy_stubs()
169 StubRoutines::_jbyte_arraycopy; in generate_arraycopy_stubs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp128 static address _jbyte_arraycopy; member in StubRoutines
303 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()
H A DstubRoutines.cpp84 address StubRoutines::_jbyte_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jbyte_cop… member in StubRoutines
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DstubRoutines.hpp128 static address _jbyte_arraycopy; member in StubRoutines
301 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()
H A DstubRoutines.cpp84 address StubRoutines::_jbyte_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jbyte_cop… member in StubRoutines
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp128 static address _jbyte_arraycopy; member in StubRoutines
303 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()
H A DstubRoutines.cpp84 address StubRoutines::_jbyte_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jbyte_cop… member in StubRoutines
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp160 static address _jbyte_arraycopy; member in StubRoutines
320 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()
H A DstubRoutines.cpp82 address StubRoutines::_jbyte_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jbyte_cop… member in StubRoutines
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp160 static address _jbyte_arraycopy; member in StubRoutines
320 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()
H A DstubRoutines.cpp82 address StubRoutines::_jbyte_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jbyte_cop… member in StubRoutines
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp168 static address _jbyte_arraycopy; member in StubRoutines
328 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp160 static address _jbyte_arraycopy; member in StubRoutines
323 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp168 static address _jbyte_arraycopy; member in StubRoutines
338 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp168 static address _jbyte_arraycopy; member in StubRoutines
336 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp168 static address _jbyte_arraycopy; member in StubRoutines
334 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()

12345