Home
last modified time | relevance | path

Searched refs:CheckOatFile (Results 1 – 4 of 4) sorted by relevance

/art/patchoat/
Dpatchoat.h106 bool CheckOatFile();
Dpatchoat.cc607 bool PatchOat::CheckOatFile() { in CheckOatFile() function in art::PatchOat
742 DCHECK(CheckOatFile()) << "Oat file invalid"; in PatchTextSection()
/art/runtime/
Dclass_linker.h616 bool CheckOatFile(const Runtime* runtime, const OatFile* oat_file, InstructionSet isa,
Dclass_linker.cc1315 if (odex_oat_file.get() != nullptr && CheckOatFile(runtime, odex_oat_file.get(), isa, in OpenOatFileFromDexLocation()
1339 if (cache_oat_file.get() != nullptr && CheckOatFile(runtime, cache_oat_file.get(), isa, in OpenOatFileFromDexLocation()
1475 if (output.get() != nullptr && CheckOatFile(runtime, output.get(), isa, &checksum_verified, in PatchAndRetrieveOat()
1501 bool ClassLinker::CheckOatFile(const Runtime* runtime, const OatFile* oat_file, InstructionSet isa, in CheckOatFile() function in art::ClassLinker