Searched refs:AllBits (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBits.java30 public static final int AllBits = ~0; field in class:Bits
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.inline.hpp240 if (res != (uintptr_t)AllBits) {
251 if (res != (uintptr_t)AllBits) {
H A DbitMap.cpp423 if (*word != (bm_word_t) AllBits) return false;
426 return rest == 0 || (*word | ~right_n_bits((int)rest)) == (bm_word_t) AllBits;
H A DglobalDefinitions.hpp919 const intptr_t AllBits = ~0; // all bits set in a word variable
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java96 return makeAny(Bits.AllBits);
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp154 return make_any(AllBits);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp1467 , _nonnull_state(AllBits)

Completed in 46 milliseconds