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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java61 static CellTypeState[] vvvrCTS = { CellTypeState.value, CellTypeState.value, CellTypeState.value, CellTypeState.ref, CellTypeState.bottom }; field in class:GenerateOopMap
1267 case Bytecodes._dastore: ppop(vvvrCTS); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp303 static CellTypeState vvvrCTS[5] = { CellTypeState::value, CellTypeState::value, CellTypeState::value, CellTypeState::ref, CellTypeState::bottom }; variable
1467 case Bytecodes::_dastore: ppop(vvvrCTS); break;

Completed in 62 milliseconds