Home
last modified time | relevance | path

Searched refs:odf (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h158 const OatDexFile* odf = oat_dex_files[dex_file_index]; in GetResolvedMethod() local
159 DCHECK_NE(odf, nullptr); in GetResolvedMethod()
160 dex_cache = class_linker->FindDexCache(Thread::Current(), *odf); in GetResolvedMethod()
/art/runtime/
Doat_file.cc2505 for (const OatDexFile* odf : GetOatDexFiles()) { in InitializeRelocations() local
2507 reinterpret_cast<const DexFile::Header*>(odf->GetDexFilePointer()); in InitializeRelocations()
2511 odf->GetMethodBssMapping()); in InitializeRelocations()
2515 odf->GetTypeBssMapping()); in InitializeRelocations()
2519 odf->GetStringBssMapping()); in InitializeRelocations()
/art/oatdump/
Doatdump.cc2539 for (const OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) { in InstallOatFile() local
2541 const DexFile* const dex_file = OpenDexFile(odf, &error_msg); in InstallOatFile()