Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.cc449 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported() function
754 if (!IsInstructionSetSupported(instruction_set)) { in TryCompile()
923 if (!IsInstructionSetSupported(instruction_set)) { in TryCompileIntrinsic()
1110 IsInstructionSetSupported(compiler_options.GetInstructionSet())) { in Compile()