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

/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 40 milliseconds