Searched refs:_oop_temp (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.cpp60 DO(_oop_temp);
H A DbytecodeInterpreter_zero.hpp75 return _oop_temp;
78 return &_oop_temp;
81 _oop_temp = new_oop_temp;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp163 __ movptr(rax, STATE(_oop_temp));
482 __ movptr(STATE(_oop_temp), rdx); // state->_oop_temp = NULL (only really needed for native)
1196 __ movptr(STATE(_oop_temp), t);
1199 __ lea(c_rarg1, STATE(_oop_temp));
1201 __ lea(t, STATE(_oop_temp));
1367 __ movptr(STATE(_oop_temp), rax);
2314 to_fill->_oop_temp = NULL;
H A Dframe_x86.cpp639 obj = istate->_oop_temp;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp133 __ ld_ptr(STATE(_oop_temp), Itos_i);
787 __ st_ptr(O1, STATE(_oop_temp));
788 __ add(STATE(_oop_temp), O1); // this is really an LEA not an add
949 __ st_ptr(O0, STATE(_oop_temp));
1140 __ st_ptr(G0, XXX_STATE(_oop_temp));
2155 to_fill->_oop_temp = NULL;
H A Dframe_sparc.cpp769 *oop_result = istate->_oop_temp;
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp132 oop _oop_temp; // mirror for interpreted native, null otherwise member in class:BytecodeInterpreter
H A DbytecodeInterpreter.cpp3094 tty->print_cr("native_mirror: " INTPTR_FORMAT, (uintptr_t) this->_oop_temp);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp923 f->do_oop((oop*)&istate->_oop_temp);

Completed in 3917 milliseconds