Searched refs:CheckOatFile (Results 1 – 4 of 4) sorted by relevance
/art/patchoat/ |
D | patchoat.h | 106 bool CheckOatFile();
|
D | patchoat.cc | 607 bool PatchOat::CheckOatFile() { in CheckOatFile() function in art::PatchOat 742 DCHECK(CheckOatFile()) << "Oat file invalid"; in PatchTextSection()
|
/art/runtime/ |
D | class_linker.h | 616 bool CheckOatFile(const Runtime* runtime, const OatFile* oat_file, InstructionSet isa,
|
D | class_linker.cc | 1315 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
|