Searched refs:handler_method_ (Results 1 – 2 of 2) sorted by relevance
101 return handler_method_; in GetHandlerMethod()105 handler_method_ = handler_quick_method; in SetHandlerMethod()157 ArtMethod* handler_method_; variable
53 handler_method_(nullptr), in QuickExceptionHandler()163 if (handler_method_ != nullptr) { in FindCatch()164 const DexFile* dex_file = handler_method_->GetDeclaringClass()->GetDexCache()->GetDexFile(); in FindCatch()165 int line_number = annotations::GetLineNumFromPC(dex_file, handler_method_, handler_dex_pc_); in FindCatch()166 LOG(INFO) << "Handler: " << handler_method_->PrettyMethod() << " (line: " in FindCatch()219 DCHECK(handler_method_ != nullptr && handler_method_header_->IsOptimized()); in SetCatchEnvironmentForOptimizedHandler()225 CodeItemDataAccessor accessor(handler_method_->DexInstructionData()); in SetCatchEnvironmentForOptimizedHandler()