HomeSort by relevance Sort by last modified time
    Searched full:target_instruction_set (Results 1 - 1 of 1) sorted by null

  /art/runtime/native/
dalvik_system_DexFile.cc 290 InstructionSet target_instruction_set) {
314 if (ClassLinker::VerifyOatChecksums(oat_file.get(), target_instruction_set, &error_msg)) {
321 ClassLinker::VerifyOatImageChecksum(oat_file.get(), target_instruction_set)) {
337 target_instruction_set, &error_msg)) {
345 && ClassLinker::VerifyOatImageChecksum(oat_file.get(), target_instruction_set)) {
494 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); local
495 if (target_instruction_set == kNone) {
503 std::string odex_filename(DexFilenameToOdexFilename(filename, target_instruction_set));
532 target_instruction_set);
544 target_instruction_set);
    [all...]

Completed in 50 milliseconds