Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h70 bool AllocateBlockedReg(LiveInterval* interval);
Dregister_allocator_linear_scan.cc574 success = AllocateBlockedReg(current); in LinearScan()
872 bool RegisterAllocatorLinearScan::AllocateBlockedReg(LiveInterval* current) { in AllocateBlockedReg() function in art::RegisterAllocatorLinearScan