Home
last modified time | relevance | path

Searched refs:uses_cp_cache (Results 1 – 25 of 40) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp229 if (Bytecodes::uses_cp_cache(code)) { in check_index()
416 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
425 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp229 if (Bytecodes::uses_cp_cache(code)) { in check_index()
416 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
425 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp228 if (Bytecodes::uses_cp_cache(code)) { in check_index()
413 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
422 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
H A Dbytecodes.hpp403 …static bool uses_cp_cache (Code code) { check(code); return has_all_flags(code, _f… in uses_cp_cache() function in Bytecodes
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp228 if (Bytecodes::uses_cp_cache(code)) { in check_index()
413 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
422 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
H A Dbytecodes.hpp403 …static bool uses_cp_cache (Code code) { check(code); return has_all_flags(code, _f… in uses_cp_cache() function in Bytecodes
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp229 if (Bytecodes::uses_cp_cache(code)) { in check_index()
414 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
423 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
H A Dbytecodes.hpp403 …static bool uses_cp_cache (Code code) { check(code); return has_all_flags(code, _f… in uses_cp_cache() function in Bytecodes
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp229 if (Bytecodes::uses_cp_cache(code)) { in check_index()
416 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
425 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp228 if (Bytecodes::uses_cp_cache(code)) { in check_index()
413 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
422 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
H A Dbytecodes.hpp403 …static bool uses_cp_cache (Code code) { check(code); return has_all_flags(code, _f… in uses_cp_cache() function in Bytecodes
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DbytecodeTracer.cpp228 if (Bytecodes::uses_cp_cache(code)) { in check_index()
413 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
422 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
H A Dbytecodes.hpp403 …static bool uses_cp_cache (Code code) { check(code); return has_all_flags(code, _f… in uses_cp_cache() function in Bytecodes
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp228 if (Bytecodes::uses_cp_cache(code)) { in check_index()
415 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
424 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp228 if (Bytecodes::uses_cp_cache(code)) { in check_index()
415 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
424 if (Bytecodes::uses_cp_cache(raw_code())) { in print_attributes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/ci/
H A DciStreams.hpp144 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } in has_cache_index()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/ci/
H A DciStreams.hpp144 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } in has_cache_index()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/ci/
H A DciStreams.hpp144 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } in has_cache_index()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/ci/
H A DciStreams.hpp144 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } in has_cache_index()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/ci/
H A DciStreams.hpp144 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } in has_cache_index()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciStreams.hpp150 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } in has_cache_index()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciStreams.hpp150 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } in has_cache_index()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/ci/
H A DciStreams.hpp150 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } in has_cache_index()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciStreams.hpp150 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } in has_cache_index()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciStreams.hpp150 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } in has_cache_index()

12