Searched defs:refUninit (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java296 public static CellTypeState refUninit = CellTypeState.makeAny(ref_conflict | uninit_value); field in class:CellTypeState
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp242 static CellTypeState refUninit; member in class:VALUE_OBJ_CLASS_SPEC
H A DgenerateOopMap.cpp287 CellTypeState CellTypeState::refUninit = CellTypeState::make_any(ref_conflict | uninit_value); member in class:CellTypeState

Completed in 40 milliseconds