Lines Matching refs:target_instruction_set
518 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); in GetDexOptNeeded() local
519 if (target_instruction_set == InstructionSet::kNone) { in GetDexOptNeeded()
555 target_instruction_set, in GetDexOptNeeded()
583 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileStatus() local
585 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileStatus()
593 target_instruction_set, in DexFile_getDexFileStatus()
615 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileOptimizationStatus() local
617 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileOptimizationStatus()
627 filename.c_str(), target_instruction_set, &compilation_filter, &compilation_reason); in DexFile_getDexFileOptimizationStatus()
810 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileOutputPaths() local
812 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileOutputPaths()
831 target_instruction_set); in DexFile_getDexFileOutputPaths()
844 target_instruction_set, in DexFile_getDexFileOutputPaths()