Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h86 handler_quick_frame_ = handler_quick_frame; in SetHandlerQuickFrame()
102 return *handler_quick_frame_; in GetHandlerMethod()
146 ArtMethod** handler_quick_frame_; variable
Dquick_exception_handler.cc54 handler_quick_frame_(nullptr), in QuickExceptionHandler()
179 if (*handler_quick_frame_ == nullptr) { in FindCatch()
193 if (*handler_quick_frame_ != nullptr && in FindCatch()
199 popper.PopFramesTo(reinterpret_cast<uintptr_t>(handler_quick_frame_), exception_ref); in FindCatch()
241 DCHECK(*handler_quick_frame_ != nullptr) << "Method should not be called on upcall exceptions"; in SetCatchEnvironmentForOptimizedHandler()
619 uintptr_t* pc_addr = reinterpret_cast<uintptr_t*>(handler_quick_frame_); in DeoptimizePartialFragmentFixup()
629 handler_quick_frame_ = reinterpret_cast<ArtMethod**>( in DeoptimizePartialFragmentFixup()
630 reinterpret_cast<uintptr_t>(handler_quick_frame_) - sizeof(void*)); in DeoptimizePartialFragmentFixup()
640 self_, reinterpret_cast<uintptr_t>(handler_quick_frame_)); in UpdateInstrumentationStack()
648 context_->SetSP(reinterpret_cast<uintptr_t>(handler_quick_frame_)); in DoLongJump()