Searched refs:ref_slot_bit (Results 1 - 3 of 3) 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 |
H A DgenerateOopMap.cpp354 int data = info & ~(ref_not_lock_bit | ref_slot_bit);
357 if (info & ref_slot_bit) {

Completed in 443 milliseconds