Lines Matching refs:dex_cache
56 ObjPtr<mirror::DexCache> dex_cache, in GetResolvedMethodErrorString() argument
80 } else if (dex_cache != nullptr) { in GetResolvedMethodErrorString()
83 << dex_cache->GetDexFile()->PrettyMethod(method_index) << " (" in GetResolvedMethodErrorString()
84 << dex_cache->GetDexFile()->GetLocation() << "/" in GetResolvedMethodErrorString()
85 << static_cast<const void*>(dex_cache->GetDexFile()) << "). "; in GetResolvedMethodErrorString()
140 ObjPtr<mirror::DexCache> dex_cache = nullptr; in GetResolvedMethod() local
147 class_linker, inlined_method, method, outer_method, dex_cache, method_info); in GetResolvedMethod()
150 dex_cache = class_linker->FindDexCache(Thread::Current(), *dex_file); in GetResolvedMethod()
157 class_linker, inlined_method, method, outer_method, dex_cache, method_info); in GetResolvedMethod()
160 dex_cache = class_linker->FindDexCache(Thread::Current(), *odf); in GetResolvedMethod()
163 dex_cache = outer_method->GetDexCache(); in GetResolvedMethod()
166 class_linker->LookupResolvedMethod(method_index, dex_cache, dex_cache->GetClassLoader()); in GetResolvedMethod()
170 class_linker, inlined_method, method, outer_method, dex_cache, method_info); in GetResolvedMethod()
177 class_linker, inlined_method, method, outer_method, dex_cache, method_info); in GetResolvedMethod()