Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h88 handler_quick_frame_ = handler_quick_frame; in SetHandlerQuickFrame()
104 return *handler_quick_frame_; in GetHandlerMethod()
155 ArtMethod** handler_quick_frame_; variable
Dquick_exception_handler.cc57 handler_quick_frame_(nullptr), in QuickExceptionHandler()
216 if (*handler_quick_frame_ == nullptr) { in FindCatch()
245 if (*handler_quick_frame_ != nullptr && in FindCatch()
295 DCHECK(*handler_quick_frame_ != nullptr) << "Method should not be called on upcall exceptions"; in SetCatchEnvironmentForOptimizedHandler()
799 CHECK(handler_quick_frame_ != nullptr); in DeoptimizePartialFragmentFixup()
804 handler_quick_frame_ = reinterpret_cast<ArtMethod**>( in DeoptimizePartialFragmentFixup()
805 reinterpret_cast<uintptr_t>(handler_quick_frame_) - sizeof(void*)); in DeoptimizePartialFragmentFixup()
812 context_->SetSP(reinterpret_cast<uintptr_t>(handler_quick_frame_)); in DoLongJump()