Home
last modified time | relevance | path

Searched refs:handler_quick_frame_pc_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dquick_exception_handler.h90 handler_quick_frame_pc_ = handler_quick_frame_pc; in SetHandlerQuickFramePc()
148 uintptr_t handler_quick_frame_pc_; variable
Dquick_exception_handler.cc55 handler_quick_frame_pc_(0), in QuickExceptionHandler()
566 handler_quick_frame_pc_ = *reinterpret_cast<uintptr_t*>( in PrepareForLongJumpToInvokeStubOrInterpreterBridge()
649 CHECK_NE(handler_quick_frame_pc_, 0u); in DoLongJump()
650 context_->SetPC(handler_quick_frame_pc_); in DoLongJump()