Searched defs:FindOpenedOatDexFileForDexFile (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc680 const OatFile::OatDexFile* ClassLinker::FindOpenedOatDexFileForDexFile(const DexFile& dex_file) { function in class:art::ClassLinker
2323 const OatFile::OatDexFile* oat_dex_file = FindOpenedOatDexFileForDexFile(dex_file);
3623 const OatFile::OatDexFile* oat_dex_file = FindOpenedOatDexFileForDexFile(dex_file);

Completed in 16 milliseconds