Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc228 ArtMethod* maybe_inlined_method = visitor.GetMethod(); in FindCatch() local
229 if (maybe_inlined_method != GetHandlerMethod()) { in FindCatch()
230 const DexFile* inlined_dex_file = maybe_inlined_method->GetDexFile(); in FindCatch()
233 inlined_dex_file, maybe_inlined_method, handler_dex_pc_list_->back()); in FindCatch()
234 ss << " which ends up calling inlined method " << maybe_inlined_method->PrettyMethod() in FindCatch()