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.cc540 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); in GetDexOptNeeded() local
541 if (target_instruction_set == InstructionSet::kNone) { in GetDexOptNeeded()
572 OatFileAssistant oat_file_assistant(filename, target_instruction_set, false); in GetDexOptNeeded()
601 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileStatus() local
603 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileStatus()
610 OatFileAssistant oat_file_assistant(filename.c_str(), target_instruction_set, in DexFile_getDexFileStatus()
631 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileOptimizationStatus() local
633 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileOptimizationStatus()
643 filename.c_str(), target_instruction_set, &compilation_filter, &compilation_reason); in DexFile_getDexFileOptimizationStatus()
823 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileOutputPaths() local
[all …]