Lines Matching refs:outer_method
55 ArtMethod* outer_method, in GetResolvedMethodErrorString() argument
93 << "). The outermost method in the chain is: " << outer_method->PrettyMethod() << " (" in GetResolvedMethodErrorString()
94 << outer_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethodErrorString()
95 << static_cast<const void*>(outer_method->GetDexFile()) in GetResolvedMethodErrorString()
103 inline ArtMethod* GetResolvedMethod(ArtMethod* outer_method, in GetResolvedMethod() argument
107 DCHECK(!outer_method->IsObsolete()); in GetResolvedMethod()
132 ArtMethod* method = outer_method; in GetResolvedMethod()
147 class_linker, inlined_method, method, outer_method, dex_cache, method_info); in GetResolvedMethod()
153 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile()->GetOatDexFiles()); in GetResolvedMethod()
157 class_linker, inlined_method, method, outer_method, dex_cache, method_info); in GetResolvedMethod()
163 dex_cache = outer_method->GetDexCache(); in GetResolvedMethod()
170 class_linker, inlined_method, method, outer_method, dex_cache, method_info); in GetResolvedMethod()
174 DCHECK_EQ(inlined_method->GetDexFile() == outer_method->GetDexFile(), in GetResolvedMethod()
177 class_linker, inlined_method, method, outer_method, dex_cache, method_info); in GetResolvedMethod()