Lines Matching refs:target_instruction_set
481 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); in GetDexOptNeeded() local
482 if (target_instruction_set == InstructionSet::kNone) { in GetDexOptNeeded()
513 OatFileAssistant oat_file_assistant(filename, target_instruction_set, false); in GetDexOptNeeded()
540 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileStatus() local
542 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileStatus()
549 OatFileAssistant oat_file_assistant(filename.c_str(), target_instruction_set, in DexFile_getDexFileStatus()
570 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileOptimizationStatus() local
572 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileOptimizationStatus()
582 filename.c_str(), target_instruction_set, &compilation_filter, &compilation_reason); in DexFile_getDexFileOptimizationStatus()
762 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileOutputPaths() local
764 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileOutputPaths()
772 target_instruction_set, in DexFile_getDexFileOutputPaths()