Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h84 void AllocateSpillSlotFor(LiveInterval* interval);
Dregister_allocator_linear_scan.cc884 AllocateSpillSlotFor(current); in AllocateBlockedReg()
987 AllocateSpillSlotFor(current); in AllocateBlockedReg()
1079 void RegisterAllocatorLinearScan::AllocateSpillSlotFor(LiveInterval* interval) { in AllocateSpillSlotFor() function in art::RegisterAllocatorLinearScan