Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc219 if (GetHandlerMethod() != nullptr) { in FindCatch()
220 const DexFile* dex_file = GetHandlerMethod()->GetDexFile(); in FindCatch()
224 dex_file, GetHandlerMethod(), handler_dex_pc_list_->front()); in FindCatch()
229 if (maybe_inlined_method != GetHandlerMethod()) { in FindCatch()
238 LOG(INFO) << "Handler: " << GetHandlerMethod()->PrettyMethod() << " (line: " in FindCatch()
296 DCHECK(GetHandlerMethod() != nullptr && handler_method_header_->IsOptimized()); in SetCatchEnvironmentForOptimizedHandler()
826 GetHandlerMethod()->DexInstructions().Insns() + handler_dex_pc_list_->front())); in DoLongJump()
Dquick_exception_handler.h103 ArtMethod* GetHandlerMethod() const { in GetHandlerMethod() function