Searched refs:CanAllocateRegistersFor (Results 1 – 4 of 4) sorted by relevance
69 static bool CanAllocateRegistersFor(const HGraph& graph, InstructionSet instruction_set);
196 if (!RegisterAllocator::CanAllocateRegistersFor(*callee_graph, in TryBuildAndInline()
578 bool can_allocate_registers = RegisterAllocator::CanAllocateRegistersFor(*graph, instruction_set); in TryCompile()
79 bool RegisterAllocator::CanAllocateRegistersFor(const HGraph& graph ATTRIBUTE_UNUSED, in CanAllocateRegistersFor() function in art::RegisterAllocator