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.cc518 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
[all …]