Home
last modified time | relevance | path

Searched refs:source_oat_file (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()
209 return kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable()); in ShouldLoadAppImage()
250 const OatFile* source_oat_file = nullptr; in OpenDexFilesFromOat() local
355 source_oat_file = RegisterOatFile(std::move(oat_file)); in OpenDexFilesFromOat()
356 *out_oat_file = source_oat_file; in OpenDexFilesFromOat()