Searched refs:handler_quick_frame_ (Results 1 – 2 of 2) sorted by relevance
86 handler_quick_frame_ = handler_quick_frame; in SetHandlerQuickFrame()150 ArtMethod** handler_quick_frame_; variable
51 handler_quick_frame_(nullptr), in QuickExceptionHandler()227 if (*handler_quick_frame_ == nullptr) { in FindCatch()242 if (*handler_quick_frame_ != nullptr && in FindCatch()289 DCHECK(*handler_quick_frame_ != nullptr) << "Method should not be called on upcall exceptions"; in SetCatchEnvironmentForOptimizedHandler()625 uintptr_t* pc_addr = reinterpret_cast<uintptr_t*>(handler_quick_frame_); in DeoptimizePartialFragmentFixup()635 handler_quick_frame_ = reinterpret_cast<ArtMethod**>( in DeoptimizePartialFragmentFixup()636 reinterpret_cast<uintptr_t>(handler_quick_frame_) - sizeof(void*)); in DeoptimizePartialFragmentFixup()655 context_->SetSP(reinterpret_cast<uintptr_t>(handler_quick_frame_)); in DoLongJump()