HomeSort by relevance Sort by last modified time
    Searched refs:CanAllocateRegistersFor (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
register_allocator.h 67 static bool CanAllocateRegistersFor(const HGraph& graph, InstructionSet instruction_set);
optimizing_compiler.cc 130 if (RegisterAllocator::CanAllocateRegistersFor(*graph, instruction_set)) {
register_allocator.cc 47 bool RegisterAllocator::CanAllocateRegistersFor(const HGraph& graph,
124 // RegisterAllocator::CanAllocateRegistersFor.
    [all...]

Completed in 56 milliseconds