< prev index next > src/hotspot/share/runtime/continuationHelper.hpp
Print this page
static const bool native = false;
static inline intptr_t** callee_link_address(const frame& f);
static Method* frame_method(const frame& f);
static inline address real_pc(const frame& f);
! static inline void patch_pc(const frame& f, address pc);
static address* return_pc_address(const frame& f);
static address return_pc(const frame& f);
static bool is_stub(CodeBlob* cb);
#ifdef ASSERT
static const bool native = false;
static inline intptr_t** callee_link_address(const frame& f);
static Method* frame_method(const frame& f);
static inline address real_pc(const frame& f);
! static inline void patch_pc(const frame& f, address pc, bool callee_augmented = false);
static address* return_pc_address(const frame& f);
static address return_pc(const frame& f);
static bool is_stub(CodeBlob* cb);
#ifdef ASSERT
< prev index next >