Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h84 bool AllocateBlockedReg(LiveInterval* interval);
Dregister_allocator.cc652 success = AllocateBlockedReg(current); in LinearScan()
905 bool RegisterAllocator::AllocateBlockedReg(LiveInterval* current) { in AllocateBlockedReg() function in art::RegisterAllocator