Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc460 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported() function
763 if (!IsInstructionSetSupported(instruction_set)) { in TryCompile()
927 if (!IsInstructionSetSupported(instruction_set)) { in TryCompileIntrinsic()
1116 IsInstructionSetSupported(compiler_options.GetInstructionSet())) { in Compile()