Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h68 static bool Supports(InstructionSet instruction_set) { in Supports() function
Doptimizing_compiler.cc148 } else if (shouldOptimize && RegisterAllocator::Supports(instruction_set)) { in TryCompile()
Dregister_allocator.cc49 if (!Supports(instruction_set)) { in CanAllocateRegistersFor()