Home
last modified time | relevance | path

Searched refs:target_instruction_set (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/runtime/native/
H A Ddalvik_system_DexFile.cc519 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()
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()
[all …]