Home
last modified time | relevance | path

Searched defs:CPSlot (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java38 public class CPSlot { class in ConstantPool
41 CPSlot(Address ptr) { in CPSlot() method in ConstantPool.CPSlot
44 CPSlot(Symbol sym) { in CPSlot() method in ConstantPool.CPSlot
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java38 public class CPSlot { class in ConstantPool
41 CPSlot(Address ptr) { in CPSlot() method in ConstantPool.CPSlot
44 CPSlot(Symbol sym) { in CPSlot() method in ConstantPool.CPSlot
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java38 private class CPSlot { class in ConstantPool
41 CPSlot(Address ptr) { in CPSlot() method in ConstantPool.CPSlot
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java38 private class CPSlot { class in ConstantPool
41 CPSlot(Address ptr) { in CPSlot() method in ConstantPool.CPSlot
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java40 private class CPSlot { class in ConstantPool
43 CPSlot(Address ptr) { in CPSlot() method in ConstantPool.CPSlot
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java40 private class CPSlot { class in ConstantPool
43 CPSlot(Address ptr) { in CPSlot() method in ConstantPool.CPSlot
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java40 private class CPSlot { class in ConstantPool
43 CPSlot(Address ptr) { in CPSlot() method in ConstantPool.CPSlot
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java38 private class CPSlot { class in ConstantPool
41 CPSlot(Address ptr) { in CPSlot() method in ConstantPool.CPSlot
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java38 private class CPSlot { class in ConstantPool
41 CPSlot(Address ptr) { in CPSlot() method in ConstantPool.CPSlot
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java38 private class CPSlot { class in ConstantPool
41 CPSlot(Address ptr) { in CPSlot() method in ConstantPool.CPSlot
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.hpp51 class CPSlot { class
57 CPSlot(intptr_t ptr): _ptr(ptr) {} in CPSlot() function in CPSlot
58 CPSlot(Symbol* ptr, int tag_bits = 0): _ptr((intptr_t)ptr | tag_bits) {} in CPSlot() function in CPSlot
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.hpp51 class CPSlot { class
57 CPSlot(intptr_t ptr): _ptr(ptr) {} in CPSlot() function in CPSlot
58 CPSlot(Symbol* ptr, int tag_bits = 0): _ptr((intptr_t)ptr | tag_bits) {} in CPSlot() function in CPSlot
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstantPool.hpp51 class CPSlot { class
57 CPSlot(intptr_t ptr): _ptr(ptr) {} in CPSlot() function in CPSlot
58 CPSlot(Symbol* ptr, int tag_bits = 0): _ptr((intptr_t)ptr | tag_bits) {} in CPSlot() function in CPSlot
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.hpp68 CPSlot(intptr_t ptr): _ptr(ptr) {} in CPSlot() function in VALUE_OBJ_CLASS_SPEC
69 CPSlot(Klass* ptr): _ptr((intptr_t)ptr) {} in CPSlot() function in VALUE_OBJ_CLASS_SPEC
70 CPSlot(Symbol* ptr): _ptr((intptr_t)ptr | 1) {} in CPSlot() function in VALUE_OBJ_CLASS_SPEC
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.hpp68 CPSlot(intptr_t ptr): _ptr(ptr) {} in CPSlot() function in VALUE_OBJ_CLASS_SPEC
69 CPSlot(Klass* ptr): _ptr((intptr_t)ptr) {} in CPSlot() function in VALUE_OBJ_CLASS_SPEC
70 CPSlot(Symbol* ptr): _ptr((intptr_t)ptr | 1) {} in CPSlot() function in VALUE_OBJ_CLASS_SPEC
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstantPool.hpp51 class CPSlot { class
57 CPSlot(intptr_t ptr): _ptr(ptr) {} in CPSlot() function in CPSlot
58 CPSlot(Symbol* ptr, int tag_bits = 0): _ptr((intptr_t)ptr | tag_bits) {} in CPSlot() function in CPSlot
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DconstantPool.hpp51 class CPSlot { class
57 CPSlot(intptr_t ptr): _ptr(ptr) {} in CPSlot() function in CPSlot
58 CPSlot(Symbol* ptr, int tag_bits = 0): _ptr((intptr_t)ptr | tag_bits) {} in CPSlot() function in CPSlot
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DconstantPool.hpp52 class CPSlot { class
58 CPSlot(intptr_t ptr): _ptr(ptr) {} in CPSlot() function in CPSlot
59 CPSlot(Symbol* ptr, int tag_bits = 0): _ptr((intptr_t)ptr | tag_bits) {} in CPSlot() function in CPSlot
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstantPool.hpp51 class CPSlot { class
57 CPSlot(intptr_t ptr): _ptr(ptr) {} in CPSlot() function in CPSlot
58 CPSlot(Symbol* ptr, int tag_bits = 0): _ptr((intptr_t)ptr | tag_bits) {} in CPSlot() function in CPSlot
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstantPool.hpp51 class CPSlot { class
57 CPSlot(intptr_t ptr): _ptr(ptr) {} in CPSlot() function in CPSlot
58 CPSlot(Symbol* ptr, int tag_bits = 0): _ptr((intptr_t)ptr | tag_bits) {} in CPSlot() function in CPSlot