< prev index next >

src/hotspot/cpu/x86/frame_x86.inline.hpp

Print this page

        

*** 190,203 **** inline oop* frame::interpreter_frame_mirror_addr() const { return (oop*)addr_at(interpreter_frame_mirror_offset); } - inline intptr_t** frame::interpreter_frame_vt_alloc_ptr_addr() const { - return (intptr_t**)addr_at(interpreter_frame_vt_alloc_ptr_offset); - } - // top of expression stack inline intptr_t* frame::interpreter_frame_tos_address() const { intptr_t* last_sp = interpreter_frame_last_sp(); if (last_sp == NULL) { return sp(); --- 190,199 ----
< prev index next >