Searched refs:store_two (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp120 void store_two(int local);
H A DmethodLiveness.cpp875 store_two(localNum = instruction->get_index());
880 store_two(0);
885 store_two(1);
890 store_two(2);
895 store_two(3);
950 void MethodLiveness::BasicBlock::store_two(int local) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp71 void store_two(BlockBegin* current, int local);
176 inline void BlockListBuilder::store_two(BlockBegin* current, int local) { function in class:BlockListBuilder
246 case Bytecodes::_lstore: store_two(current, s.get_index()); break;
248 case Bytecodes::_dstore: store_two(current, s.get_index()); break;
254 case Bytecodes::_lstore_0: store_two(current, 0); break;
255 case Bytecodes::_lstore_1: store_two(current, 1); break;
256 case Bytecodes::_lstore_2: store_two(current, 2); break;
257 case Bytecodes::_lstore_3: store_two(current, 3); break;
262 case Bytecodes::_dstore_0: store_two(current, 0); break;
263 case Bytecodes::_dstore_1: store_two(curren
[all...]

Completed in 45 milliseconds