Searched refs:return_addr_offset (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.hpp100 return_addr_offset = 1, enumerator in enum:__anon37
H A Dframe_x86.cpp82 bool fp_safe = (fp < thread->stack_base() && (fp > sp) && (((fp + (return_addr_offset * sizeof(void*))) < thread->stack_base())));
135 sender_pc = (address) this->fp()[return_addr_offset];
256 if ( (address) this->fp()[return_addr_offset] == NULL) return false;
H A Dframe_x86.inline.hpp142 inline address* frame::sender_pc_addr() const { return (address*) addr_at( return_addr_offset); }
H A DtemplateInterpreter_x86_32.cpp1720 __ movptr(rdx, Address(rbp, frame::return_addr_offset * wordSize));
H A DtemplateInterpreter_x86_64.cpp1743 __ movptr(c_rarg1, Address(rbp, frame::return_addr_offset * wordSize));

Completed in 302 milliseconds