Searched refs:inlined_method (Results 1 – 1 of 1) sorted by relevance
53 ArtMethod* inlined_method, in GetResolvedMethodErrorString() argument76 if (inlined_method != nullptr) { in GetResolvedMethodErrorString()77 error_ss << "Inlined method: " << inlined_method->PrettyMethod() << " (" in GetResolvedMethodErrorString()78 << inlined_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethodErrorString()79 << static_cast<const void*>(inlined_method->GetDexFile()) << "). "; in GetResolvedMethodErrorString()124 ArtMethod* inlined_method = WellKnownClasses::java_lang_String_charAt; in GetResolvedMethod() local125 DCHECK_EQ(inlined_method->GetDexMethodIndex(), method_index); in GetResolvedMethod()126 return inlined_method; in GetResolvedMethod()139 ArtMethod* inlined_method = nullptr; in GetResolvedMethod() local147 class_linker, inlined_method, method, outer_method, dex_cache, method_info); in GetResolvedMethod()[all …]