Searched defs:CheckOatFile (Results 1 - 2 of 2) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc472 bool PatchOat::CheckOatFile() { function in class:art::PatchOat
607 DCHECK(CheckOatFile()) << "Oat file invalid";
/art/runtime/
H A Dclass_linker.cc1294 if (odex_oat_file.get() != nullptr && CheckOatFile(odex_oat_file.get(), isa,
1317 if (cache_oat_file.get() != nullptr && CheckOatFile(cache_oat_file.get(), isa,
1451 if (output.get() != nullptr && CheckOatFile(output.get(), isa, &checksum_verified, error_msg)) {
1493 bool ClassLinker::CheckOatFile(const OatFile* oat_file, InstructionSet isa, function in class:art::ClassLinker

Completed in 2027 milliseconds