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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1231 case Bytecodes._fstore: ppstore(vCTS, itr.getIndex()); break;
1234 case Bytecodes._dstore: ppstore(vvCTS, itr.getIndex()); break;
1239 case Bytecodes._fstore_0: ppstore(vCTS, 0); break;
1241 case Bytecodes._fstore_1: ppstore(vCTS, 1); break;
1243 case Bytecodes._fstore_2: ppstore(vCTS, 2); break;
1245 case Bytecodes._fstore_3: ppstore(vCTS, 3); break;
1248 case Bytecodes._dstore_0: ppstore(vvCTS, 0); break;
1250 case Bytecodes._dstore_1: ppstore(vvCTS, 1); break;
1252 case Bytecodes._dstore_2: ppstore(vvCTS, 2); break;
1254 case Bytecodes._dstore_3: ppstore(vvCT
1543 void ppstore (CellTypeState[] in, int loc_no) { method in class:GenerateOopMap
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1431 case Bytecodes::_fstore: ppstore(vCTS, itr->get_index()); break;
1434 case Bytecodes::_dstore: ppstore(vvCTS, itr->get_index()); break;
1439 case Bytecodes::_fstore_0: ppstore(vCTS, 0); break;
1441 case Bytecodes::_fstore_1: ppstore(vCTS, 1); break;
1443 case Bytecodes::_fstore_2: ppstore(vCTS, 2); break;
1445 case Bytecodes::_fstore_3: ppstore(vCTS, 3); break;
1448 case Bytecodes::_dstore_0: ppstore(vvCTS, 0); break;
1450 case Bytecodes::_dstore_1: ppstore(vvCTS, 1); break;
1452 case Bytecodes::_dstore_2: ppstore(vvCTS, 2); break;
1454 case Bytecodes::_dstore_3: ppstore(vvCT
1630 void GenerateOopMap::ppstore(CellTypeState *in, int loc_no) { function in class:GenerateOopMap
[all...]

Completed in 40 milliseconds