Home
last modified time | relevance | path

Searched refs:ShouldLoadAppImage (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file_manager.h153 bool ShouldLoadAppImage(const OatFile* source_oat_file) const;
Doat_file_manager.cc163 bool OatFileManager::ShouldLoadAppImage(const OatFile* source_oat_file) const { in ShouldLoadAppImage() function in art::OatFileManager
247 if (ShouldLoadAppImage(oat_file.get())) { in OpenDexFilesFromOat()