Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h52 handler_quick_frame_ = handler_quick_frame; in SetHandlerQuickFrame()
90 ArtMethod** handler_quick_frame_; variable
Dquick_exception_handler.cc39 handler_quick_frame_(nullptr), handler_quick_frame_pc_(0), handler_method_(nullptr), in QuickExceptionHandler()
133 if (*handler_quick_frame_ == nullptr) { in FindCatch()
406 context_->SetSP(reinterpret_cast<uintptr_t>(handler_quick_frame_)); in DoLongJump()