Searched defs:rvrCTS (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java58 static CellTypeState[] rvrCTS = { CellTypeState.ref, CellTypeState.value, CellTypeState.ref, CellTypeState.bottom }; field in class:GenerateOopMap
1268 case Bytecodes._aastore: ppop(rvrCTS); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp300 static CellTypeState rvrCTS[4] = { CellTypeState::ref, CellTypeState::value, CellTypeState::ref, CellTypeState::bottom }; variable
1468 case Bytecodes::_aastore: ppop(rvrCTS); break;

Completed in 42 milliseconds