Searched refs:_self_link (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.cpp64 DO(_self_link);
H A DbytecodeInterpreter_zero.hpp38 interpreterState _self_link; variable
48 return _self_link;
51 _self_link = new_self_link;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DbytecodeInterpreter_sparc.hpp37 interpreterState _self_link; /* Previous interpreter state */ /* sometimes points to self??? */ variable
H A DcppInterpreter_sparc.cpp1142 __ st_ptr(state, XXX_STATE(_self_link)); // point to self
1464 __ ld_ptr(STATE(_self_link), scratch); \
2166 to_fill->_self_link = to_fill;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DbytecodeInterpreter_x86.hpp32 interpreterState _self_link; /* Previous interpreter state */ /* sometimes points to self??? */ variable
H A DcppInterpreter_x86.cpp465 __ movptr(STATE(_self_link), state); // point to self
2323 to_fill->_self_link = to_fill;
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp475 assert(l == l->_self_link, "bad link");
2843 _self_link = this;
3107 tty->print_cr("self_link: " INTPTR_FORMAT, (uintptr_t) this->_self_link);

Completed in 121 milliseconds