Searched refs:rrCTS (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java55 static CellTypeState[] rrCTS = { CellTypeState.ref, CellTypeState.ref, CellTypeState.bottom }; field in class:GenerateOopMap
1373 case Bytecodes._if_acmpne: ppop(rrCTS); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp297 static CellTypeState rrCTS[3] = { CellTypeState::ref, CellTypeState::ref, CellTypeState::bottom }; variable
1573 case Bytecodes::_if_acmpne: ppop(rrCTS); break;

Completed in 59 milliseconds