Home
last modified time | relevance | path

Searched refs:resolved_references (Results 51 – 75 of 116) sorted by relevance

12345

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciStreams.cpp484 return CURRENT_ENV->get_object(cpool->resolved_references())->as_obj_array(); in get_resolved_references()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciStreams.cpp484 return CURRENT_ENV->get_object(cpool->resolved_references())->as_obj_array(); in get_resolved_references()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DcpCache.hpp456 inline oop resolved_references();
H A DconstantPool.hpp226 objArrayOop resolved_references() const;
483 return resolved_references()->obj_at(obj_index); in resolved_string_at()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DcpCache.hpp456 inline oop resolved_references();
H A DconstantPool.hpp226 objArrayOop resolved_references() const;
483 return resolved_references()->obj_at(obj_index); in resolved_string_at()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DcpCache.hpp448 inline oop resolved_references();
H A DconstantPool.hpp226 objArrayOop resolved_references() const;
489 return resolved_references()->obj_at(obj_index); in resolved_string_at()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DcpCache.hpp456 inline oop resolved_references();
H A DconstantPool.hpp226 objArrayOop resolved_references() const;
483 return resolved_references()->obj_at(obj_index); in resolved_string_at()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DcpCache.hpp449 inline oop resolved_references();
H A DconstantPool.hpp259 objArrayOop resolved_references() const;
522 return resolved_references()->obj_at(obj_index); in resolved_string_at()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DcpCache.hpp448 inline oop resolved_references();
H A DconstantPool.hpp259 objArrayOop resolved_references() const;
495 return resolved_references()->obj_at(obj_index); in resolved_string_at()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DcpCache.hpp448 inline oop resolved_references();
H A DconstantPool.hpp259 objArrayOop resolved_references() const;
522 return resolved_references()->obj_at(obj_index); in resolved_string_at()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DcpCache.hpp448 inline oop resolved_references();
H A DconstantPool.hpp226 objArrayOop resolved_references() const;
489 return resolved_references()->obj_at(obj_index); in resolved_string_at()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp299 if (i >= 0 && i < constants->resolved_references()->length()) { in check_obj_index()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp299 if (i >= 0 && i < constants->resolved_references()->length()) { in check_obj_index()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp297 if (i >= 0 && i < constants->resolved_references()->length()) { in check_obj_index()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp297 if (i >= 0 && i < constants->resolved_references()->length()) { in check_obj_index()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp298 if (i >= 0 && i < constants->resolved_references()->length()) { in check_obj_index()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp299 if (i >= 0 && i < constants->resolved_references()->length()) { in check_obj_index()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp297 if (i >= 0 && i < constants->resolved_references()->length()) { in check_obj_index()

12345