Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h60 return handler_method_; in GetHandlerMethod()
64 handler_method_ = handler_quick_method; in SetHandlerMethod()
94 ArtMethod* handler_method_; variable
Dquick_exception_handler.cc39 handler_quick_frame_(nullptr), handler_quick_frame_pc_(0), handler_method_(nullptr), in QuickExceptionHandler()
136 if (handler_method_ != nullptr) { in FindCatch()
137 const DexFile& dex_file = *handler_method_->GetDeclaringClass()->GetDexCache()->GetDexFile(); in FindCatch()
138 int line_number = dex_file.GetLineNumFromPC(handler_method_, handler_dex_pc_); in FindCatch()
139 LOG(INFO) << "Handler: " << PrettyMethod(handler_method_) << " (line: " << line_number << ")"; in FindCatch()