Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc290 InstructionSet target_instruction_set) { in CopyProfileFile() argument
314 if (ClassLinker::VerifyOatChecksums(oat_file.get(), target_instruction_set, &error_msg)) { in CopyProfileFile()
321 ClassLinker::VerifyOatImageChecksum(oat_file.get(), target_instruction_set)) { in CopyProfileFile()
337 target_instruction_set, &error_msg)) { in CopyProfileFile()
345 && ClassLinker::VerifyOatImageChecksum(oat_file.get(), target_instruction_set)) { in CopyProfileFile()
494 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); in CopyProfileFile() local
495 if (target_instruction_set == kNone) { in CopyProfileFile()
503 std::string odex_filename(DexFilenameToOdexFilename(filename, target_instruction_set)); in CopyProfileFile()
532 target_instruction_set); in CopyProfileFile()
544 target_instruction_set); in CopyProfileFile()