HomeSort by relevance Sort by last modified time
    Searched refs:GetOatFile (Results 1 - 8 of 8) sorted by null

  /art/test/117-nopatchoat/
nopatchoat.cc 41 return oat_dex_file != nullptr && oat_dex_file->GetOatFile()->IsExecutable();
51 const OatFile* oat_file = oat_dex_file->GetOatFile();
  /art/runtime/gc/space/
image_space.h 62 const OatFile* GetOatFile() const;
image_space.cc     [all...]
  /art/runtime/
oat_file.h 227 const OatFile* GetOatFile() const {
oat_file.cc 461 dex_file_location_checksum_, GetOatFile(), error_msg);
dex_file.h 894 const OatFile* GetOatFile() const {
    [all...]
class_linker.cc     [all...]
  /art/compiler/
elf_patcher.cc 212 class_linker->FindOpenedOatDexFileForDexFile(*patch->GetTargetDexFile())->GetOatFile();

Completed in 62 milliseconds