Searched refs:FindOpenedOatDexFile (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_linker.h587 const OatFile::OatDexFile* FindOpenedOatDexFile(const char* oat_location,
H A Dclass_linker.cc699 return FindOpenedOatDexFile(nullptr, dex_location, &dex_location_checksum);
702 const OatFile::OatDexFile* ClassLinker::FindOpenedOatDexFile(const char* oat_location, function in class:art::ClassLinker
844 const OatFile::OatDexFile* oat_dex_file = FindOpenedOatDexFile(oat_location, dex_location,

Completed in 71 milliseconds