Home
last modified time | relevance | path

Searched refs:is_constantPoolCache (Results 1 – 15 of 15) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.cpp654 assert(is_constantPoolCache(), "obj must be constant pool cache"); in print_on()
661 assert(is_constantPoolCache(), "obj must be constant pool cache"); in print_value_on()
672 guarantee(is_constantPoolCache(), "obj must be constant pool cache"); in verify_on()
H A DcpCache.hpp434 bool is_constantPoolCache() const { return true; } in is_constantPoolCache() function in ConstantPoolCache
H A DconstantPool.cpp2086 guarantee(cache()->is_constantPoolCache(), "should be constant pool cache"); in verify_on()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.cpp654 assert(is_constantPoolCache(), "obj must be constant pool cache"); in print_on()
661 assert(is_constantPoolCache(), "obj must be constant pool cache"); in print_value_on()
672 guarantee(is_constantPoolCache(), "obj must be constant pool cache"); in verify_on()
H A DcpCache.hpp434 bool is_constantPoolCache() const { return true; } in is_constantPoolCache() function in ConstantPoolCache
H A DconstantPool.cpp2086 guarantee(cache()->is_constantPoolCache(), "should be constant pool cache"); in verify_on()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DcpCache.cpp854 assert(is_constantPoolCache(), "obj must be constant pool cache"); in print_on()
861 assert(is_constantPoolCache(), "obj must be constant pool cache"); in print_value_on()
872 guarantee(is_constantPoolCache(), "obj must be constant pool cache"); in verify_on()
H A DcpCache.hpp447 bool is_constantPoolCache() const { return true; } in is_constantPoolCache() function in ConstantPoolCache
H A DconstantPool.cpp2546 guarantee(cache()->is_constantPoolCache(), "should be constant pool cache"); in verify_on()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DcpCache.cpp854 assert(is_constantPoolCache(), "obj must be constant pool cache"); in print_on()
861 assert(is_constantPoolCache(), "obj must be constant pool cache"); in print_value_on()
872 guarantee(is_constantPoolCache(), "obj must be constant pool cache"); in verify_on()
H A DcpCache.hpp447 bool is_constantPoolCache() const { return true; } in is_constantPoolCache() function in ConstantPoolCache
H A DconstantPool.cpp2546 guarantee(cache()->is_constantPoolCache(), "should be constant pool cache"); in verify_on()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DcpCache.cpp854 assert(is_constantPoolCache(), "obj must be constant pool cache"); in print_on()
861 assert(is_constantPoolCache(), "obj must be constant pool cache"); in print_value_on()
872 guarantee(is_constantPoolCache(), "obj must be constant pool cache"); in verify_on()
H A DcpCache.hpp447 bool is_constantPoolCache() const { return true; } in is_constantPoolCache() function in ConstantPoolCache
H A DconstantPool.cpp2521 guarantee(cache()->is_constantPoolCache(), "should be constant pool cache"); in verify_on()