Lines Matching refs:GetDexFile
71 parent_method->GetDexFile()->GetOatDexFile()->GetOatFile()->GetOatDexFiles()) { in GetResolvedMethodErrorString()
78 << inlined_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethodErrorString()
79 << static_cast<const void*>(inlined_method->GetDexFile()) << "). "; 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()
91 << parent_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethodErrorString()
92 << static_cast<const void*>(parent_method->GetDexFile()) in GetResolvedMethodErrorString()
94 << outer_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethodErrorString()
95 << static_cast<const void*>(outer_method->GetDexFile()) in GetResolvedMethodErrorString()
153 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile()->GetOatDexFiles()); in GetResolvedMethod()
174 DCHECK_EQ(inlined_method->GetDexFile() == outer_method->GetDexFile(), in GetResolvedMethod()
507 return IsStringInit(caller->GetDexFile(), callee_method_idx); in IsStringInit()
617 dex::TypeIndex type_idx = referrer->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindSuperMethodToCall()