Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h102 return handler_method_; in GetHandlerMethod()
106 handler_method_ = handler_quick_method; in SetHandlerMethod()
158 ArtMethod* handler_method_; variable
Dquick_exception_handler.cc55 handler_method_(nullptr), in QuickExceptionHandler()
230 if (handler_method_ != nullptr) { in FindCatch()
231 const DexFile* dex_file = handler_method_->GetDexFile(); in FindCatch()
232 int line_number = annotations::GetLineNumFromPC(dex_file, handler_method_, handler_dex_pc_); in FindCatch()
233 LOG(INFO) << "Handler: " << handler_method_->PrettyMethod() << " (line: " in FindCatch()
290 DCHECK(handler_method_ != nullptr && handler_method_header_->IsOptimized()); in SetCatchEnvironmentForOptimizedHandler()
296 CodeItemDataAccessor accessor(handler_method_->DexInstructionData()); in SetCatchEnvironmentForOptimizedHandler()