Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.h156 bool ShouldLoadAppImage(const OatFile* source_oat_file) const;
Doat_file_manager.cc207 bool OatFileManager::ShouldLoadAppImage(const OatFile* source_oat_file) const { in ShouldLoadAppImage() function in art::OatFileManager
269 if (!is_special_shared_library && ShouldLoadAppImage(oat_file.get())) { in OpenDexFilesFromOat()