Searched refs:odf (Results 1 – 3 of 3) sorted by relevance
158 const OatDexFile* odf = oat_dex_files[dex_file_index]; in GetResolvedMethod() local159 DCHECK_NE(odf, nullptr); in GetResolvedMethod()160 dex_cache = class_linker->FindDexCache(Thread::Current(), *odf); in GetResolvedMethod()
2505 for (const OatDexFile* odf : GetOatDexFiles()) { in InitializeRelocations() local2507 reinterpret_cast<const DexFile::Header*>(odf->GetDexFilePointer()); in InitializeRelocations()2511 odf->GetMethodBssMapping()); in InitializeRelocations()2515 odf->GetTypeBssMapping()); in InitializeRelocations()2519 odf->GetStringBssMapping()); in InitializeRelocations()
2539 for (const OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) { in InstallOatFile() local2541 const DexFile* const dex_file = OpenDexFile(odf, &error_msg); in InstallOatFile()