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

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.inline.hpp110 inline intptr_t* frame::interpreter_frame_tos_address() const { function in class:frame
H A Dframe_zero.cpp123 intptr_t* tos_addr = (intptr_t *) interpreter_frame_tos_address();
184 return &interpreter_frame_tos_address()[index];
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp117 inline intptr_t* frame::interpreter_frame_tos_address() const { function in class:frame
184 inline intptr_t* frame::interpreter_frame_tos_address() const { function in class:frame
H A Dframe_sparc.cpp790 intptr_t* tos_addr = interpreter_frame_tos_address();
819 return &interpreter_frame_tos_address()[index];
H A DtemplateInterpreter_sparc.cpp1657 intptr_t* Lesp_ptr = caller->interpreter_frame_tos_address() - 1;
1753 assert(interpreter_frame->interpreter_frame_tos_address()-1 == esp, "esp matches");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.inline.hpp195 inline intptr_t* frame::interpreter_frame_tos_address() const { function in class:frame
235 inline intptr_t* frame::interpreter_frame_tos_address() const { function in class:frame
H A Dframe_x86.cpp630 tos_addr = (intptr_t*)interpreter_frame_tos_address();
681 return &interpreter_frame_tos_address()[index];
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp524 interpreter_frame_tos_address() + 1)/element_size;
526 return (interpreter_frame_tos_address() -
772 in_stack = (intptr_t*)addr <= _fr->interpreter_frame_tos_address();
774 in_stack = (intptr_t*)addr >= _fr->interpreter_frame_tos_address();
H A Dframe.hpp302 intptr_t* interpreter_frame_tos_address() const;

Completed in 2035 milliseconds