Searched refs:TryAllocateFreeReg (Results 1 – 3 of 3) sorted by relevance
83 bool TryAllocateFreeReg(LiveInterval* interval);
648 bool success = TryAllocateFreeReg(current); in LinearScan()695 bool RegisterAllocator::TryAllocateFreeReg(LiveInterval* current) { in TryAllocateFreeReg() function in art::RegisterAllocator
453 ASSERT_TRUE(register_allocator.TryAllocateFreeReg(unhandled)); in TEST()