Searched refs:TryAllocateFreeReg (Results 1 – 3 of 3) sorted by relevance
69 bool TryAllocateFreeReg(LiveInterval* interval);
570 bool success = TryAllocateFreeReg(current); in LinearScan()617 bool RegisterAllocatorLinearScan::TryAllocateFreeReg(LiveInterval* current) { in TryAllocateFreeReg() function in art::RegisterAllocatorLinearScan
479 ASSERT_TRUE(register_allocator.TryAllocateFreeReg(unhandled)); in TEST_F()