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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java59 private static final int ref_slot_bit = Bits.nthBit(24); field in class:CellTypeState
111 return makeAny(ref_bit | not_bottom_info_bit | ref_not_lock_bit | ref_slot_bit |
271 int data = info & ~(ref_not_lock_bit | ref_slot_bit);
274 if ((info & ref_slot_bit) != 0) {
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp116 ref_slot_bit = nth_bit(24), // 1 if this reference is a "slot" reference, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon268
164 return make_any(ref_bit | not_bottom_info_bit | ref_not_lock_bit | ref_slot_bit |

Completed in 32 milliseconds