Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h53 handler_quick_frame_ = handler_quick_frame; in SetHandlerQuickFrame()
91 StackReference<mirror::ArtMethod>* handler_quick_frame_; variable
Dquick_exception_handler.cc38 handler_quick_frame_(nullptr), handler_quick_frame_pc_(0), handler_method_(nullptr), in QuickExceptionHandler()
134 if (handler_quick_frame_->AsMirrorPtr() == nullptr) { in FindCatch()
351 context_->SetSP(reinterpret_cast<uintptr_t>(handler_quick_frame_)); in DoLongJump()