Searched defs:CPSlot (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java38 private class CPSlot { class in class:ConstantPool
41 CPSlot(Address ptr) { method in class:ConstantPool.CPSlot
/openjdk10/hotspot/src/share/vm/oops/
H A DconstantPool.hpp56 CPSlot(intptr_t ptr): _ptr(ptr) {} function in class:VALUE_OBJ_CLASS_SPEC
57 CPSlot(Symbol* ptr, int tag_bits = 0): _ptr((intptr_t)ptr | tag_bits) {} function in class:VALUE_OBJ_CLASS_SPEC

Completed in 49 milliseconds