Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h83 bool TryAllocateFreeReg(LiveInterval* interval);
Dregister_allocator.cc648 bool success = TryAllocateFreeReg(current); in LinearScan()
695 bool RegisterAllocator::TryAllocateFreeReg(LiveInterval* current) { in TryAllocateFreeReg() function in art::RegisterAllocator
Dregister_allocator_test.cc453 ASSERT_TRUE(register_allocator.TryAllocateFreeReg(unhandled)); in TEST()