Searched refs:GetHandlerMethod (Results 1 – 2 of 2) sorted by relevance
182 if (GetHandlerMethod() != nullptr) { in FindCatch()183 const DexFile* dex_file = GetHandlerMethod()->GetDexFile(); in FindCatch()185 annotations::GetLineNumFromPC(dex_file, GetHandlerMethod(), handler_dex_pc_); in FindCatch()186 LOG(INFO) << "Handler: " << GetHandlerMethod()->PrettyMethod() << " (line: " in FindCatch()242 DCHECK(GetHandlerMethod() != nullptr && handler_method_header_->IsOptimized()); in SetCatchEnvironmentForOptimizedHandler()248 CodeItemDataAccessor accessor(GetHandlerMethod()->DexInstructionData()); in SetCatchEnvironmentForOptimizedHandler()659 GetHandlerMethod()->DexInstructions().Insns() + handler_dex_pc_)); in DoLongJump()
101 ArtMethod* GetHandlerMethod() const { in GetHandlerMethod() function