Searched refs:store_local (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp915 void GraphBuilder::store_local(ValueType* type, int index) { function in class:GraphBuilder
917 store_local(state(), x, index);
921 void GraphBuilder::store_local(ValueStack* state, Value x, int index) { function in class:GraphBuilder
945 state->store_local(index, round_fp(x));
1160 store_local(intType, index);
2544 case Bytecodes::_istore : store_local(intType , s.get_index()); break;
2545 case Bytecodes::_lstore : store_local(longType , s.get_index()); break;
2546 case Bytecodes::_fstore : store_local(floatType , s.get_index()); break;
2547 case Bytecodes::_dstore : store_local(doubleType, s.get_index()); break;
2548 case Bytecodes::_astore : store_local(objectTyp
[all...]
H A Dc1_GraphBuilder.hpp228 void store_local(ValueType* type, int index);
229 void store_local(ValueStack* state, Value value, int index);
H A Dc1_ValueStack.cpp191 store_local(index, phi);
H A Dc1_ValueStack.hpp114 void store_local(int i, Value x) { function in class:ValueStack

Completed in 45 milliseconds