Searched refs:handler_quick_frame_ (Results 1 – 2 of 2) sorted by relevance
86 handler_quick_frame_ = handler_quick_frame; in SetHandlerQuickFrame()102 return *handler_quick_frame_; in GetHandlerMethod()146 ArtMethod** handler_quick_frame_; variable
52 handler_quick_frame_(nullptr), in QuickExceptionHandler()177 if (*handler_quick_frame_ == nullptr) { in FindCatch()191 if (*handler_quick_frame_ != nullptr && in FindCatch()197 popper.PopFramesTo(reinterpret_cast<uintptr_t>(handler_quick_frame_), exception_ref); in FindCatch()239 DCHECK(*handler_quick_frame_ != nullptr) << "Method should not be called on upcall exceptions"; in SetCatchEnvironmentForOptimizedHandler()612 uintptr_t* pc_addr = reinterpret_cast<uintptr_t*>(handler_quick_frame_); in DeoptimizePartialFragmentFixup()622 handler_quick_frame_ = reinterpret_cast<ArtMethod**>( in DeoptimizePartialFragmentFixup()623 reinterpret_cast<uintptr_t>(handler_quick_frame_) - sizeof(void*)); in DeoptimizePartialFragmentFixup()633 self_, reinterpret_cast<uintptr_t>(handler_quick_frame_)); in UpdateInstrumentationStack()641 context_->SetSP(reinterpret_cast<uintptr_t>(handler_quick_frame_)); in DoLongJump()