Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h82 bool TryAllocateFreeReg(LiveInterval* interval);
Dregister_allocator.cc349 bool success = TryAllocateFreeReg(current); in LinearScan()
366 bool RegisterAllocator::TryAllocateFreeReg(LiveInterval* current) { in TryAllocateFreeReg() function in art::RegisterAllocator