Searched refs:uninit (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java293 public static CellTypeState uninit = CellTypeState.makeAny(uninit_value); field in class:CellTypeState
H A DGenerateOopMap.java345 vs.get(i).set(CellTypeState.uninit);
1081 // Initialize all locals to 'uninit' and set stack-height to 0
1572 // It is a ref-uninit conflict (at least). If there are other
1577 // It wasn't a ref-uninit conflict. So must be a
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp239 static CellTypeState uninit; member in class:VALUE_OBJ_CLASS_SPEC
H A DgenerateOopMap.cpp284 CellTypeState CellTypeState::uninit = CellTypeState::make_any(uninit_value); member in class:CellTypeState
665 vs[i] = CellTypeState::uninit;
1018 // Initialize all locals to 'uninit' and set stack-height to 0
1653 // It is a ref-uninit conflict (at least). If there are other
1658 // It wasn't a ref-uninit conflict. So must be a

Completed in 4086 milliseconds