Searched refs:live_bits_mask (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java45 private static final int live_bits_mask = bits_mask & ~uninit_bit; field in class:CellTypeState
132 public boolean isLive() { return ((_state & live_bits_mask) != 0); }
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp104 live_bits_mask = (int)(bits_mask & ~uninit_bit) }; enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon266
181 bool is_live() const { return ((_state & live_bits_mask) != 0); }

Completed in 112 milliseconds