Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h83 bool AllocateBlockedReg(LiveInterval* interval);
Dregister_allocator.cc353 success = AllocateBlockedReg(current); in LinearScan()
431 bool RegisterAllocator::AllocateBlockedReg(LiveInterval* current) { in AllocateBlockedReg() function in art::RegisterAllocator