Searched refs:VerifyOatImageChecksum (Results 1 - 3 of 3) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_DexFile.cc331 ClassLinker::VerifyOatImageChecksum(oat_file.get(), target_instruction_set)) {
355 && ClassLinker::VerifyOatImageChecksum(oat_file.get(), target_instruction_set)) {
/art/runtime/
H A Dclass_linker.h289 static bool VerifyOatImageChecksum(const OatFile* oat_file, const InstructionSet instruction_set);
H A Dclass_linker.cc1068 bool ClassLinker::VerifyOatImageChecksum(const OatFile* oat_file, function in class:art::ClassLinker
1225 !VerifyOatImageChecksum(oat_file.get(), isa)) {
1420 VerifyOatImageChecksum(output.get(), isa)) {

Completed in 73 milliseconds