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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java62 static CellTypeState[] vvvvCTS = { CellTypeState.value, CellTypeState.value, CellTypeState.value, CellTypeState.value, CellTypeState.bottom }; field in class:GenerateOopMap
1316 case Bytecodes._lxor: pp(vvvvCTS, vvCTS); break;
1340 case Bytecodes._lcmp: pp(vvvvCTS, vCTS); break;
1342 case Bytecodes._dcmpg: pp(vvvvCTS, vCTS); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp304 static CellTypeState vvvvCTS[5] = { CellTypeState::value, CellTypeState::value, CellTypeState::value, CellTypeState::value, CellTypeState::bottom }; variable
1516 case Bytecodes::_lxor: pp(vvvvCTS, vvCTS); break;
1540 case Bytecodes::_lcmp: pp(vvvvCTS, vCTS); break;
1542 case Bytecodes::_dcmpg: pp(vvvvCTS, vCTS); break;

Completed in 49 milliseconds