Home
last modified time | relevance | path

Searched refs:_checkcast_arraycopy (Results 1 – 25 of 106) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp155 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit; member in StubRoutines
335 return dest_uninitialized ? _checkcast_arraycopy_uninit : _checkcast_arraycopy; in checkcast_arraycopy()
H A DstubRoutines.cpp112 address StubRoutines::_checkcast_arraycopy = NULL; member in StubRoutines
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DstubRoutines.hpp155 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit; member in StubRoutines
333 return dest_uninitialized ? _checkcast_arraycopy_uninit : _checkcast_arraycopy; in checkcast_arraycopy()
H A DstubRoutines.cpp112 address StubRoutines::_checkcast_arraycopy = NULL; member in StubRoutines
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp155 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit; member in StubRoutines
335 return dest_uninitialized ? _checkcast_arraycopy_uninit : _checkcast_arraycopy; in checkcast_arraycopy()
H A DstubRoutines.cpp112 address StubRoutines::_checkcast_arraycopy = NULL; member in StubRoutines
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp187 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit; member in StubRoutines
352 return dest_uninitialized ? _checkcast_arraycopy_uninit : _checkcast_arraycopy; in checkcast_arraycopy()
H A DstubRoutines.cpp110 address StubRoutines::_checkcast_arraycopy = NULL; member in StubRoutines
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp187 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit; member in StubRoutines
352 return dest_uninitialized ? _checkcast_arraycopy_uninit : _checkcast_arraycopy; in checkcast_arraycopy()
H A DstubRoutines.cpp110 address StubRoutines::_checkcast_arraycopy = NULL; member in StubRoutines
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp195 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit; member in StubRoutines
359 return dest_uninitialized ? _checkcast_arraycopy_uninit : _checkcast_arraycopy; in checkcast_arraycopy()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp191 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit; member in StubRoutines
362 return dest_uninitialized ? _checkcast_arraycopy_uninit : _checkcast_arraycopy; in checkcast_arraycopy()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp199 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit; member in StubRoutines
377 return dest_uninitialized ? _checkcast_arraycopy_uninit : _checkcast_arraycopy; in checkcast_arraycopy()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp199 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit; member in StubRoutines
375 return dest_uninitialized ? _checkcast_arraycopy_uninit : _checkcast_arraycopy; in checkcast_arraycopy()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp199 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit; member in StubRoutines
373 return dest_uninitialized ? _checkcast_arraycopy_uninit : _checkcast_arraycopy; in checkcast_arraycopy()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp147 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub(); in generate_arraycopy_stubs()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp147 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub(); in generate_arraycopy_stubs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp158 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub(); in generate_arraycopy_stubs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp158 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub(); in generate_arraycopy_stubs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp158 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub(); in generate_arraycopy_stubs()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp158 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub(); in generate_arraycopy_stubs()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp157 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub(); in generate_arraycopy_stubs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp158 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub(); in generate_arraycopy_stubs()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp158 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub(); in generate_arraycopy_stubs()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/zero/
H A DstubGenerator_zero.cpp158 StubRoutines::_checkcast_arraycopy = ShouldNotCallThisStub(); in generate_arraycopy_stubs()

12345