Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h69 bool TryAllocateFreeReg(LiveInterval* interval);
Dregister_allocator_linear_scan.cc570 bool success = TryAllocateFreeReg(current); in LinearScan()
617 bool RegisterAllocatorLinearScan::TryAllocateFreeReg(LiveInterval* current) { in TryAllocateFreeReg() function in art::RegisterAllocatorLinearScan
Dregister_allocator_test.cc479 ASSERT_TRUE(register_allocator.TryAllocateFreeReg(unhandled)); in TEST_F()