Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h83 void AllocateSpillSlotFor(LiveInterval* interval);
Dregister_allocator_linear_scan.cc985 AllocateSpillSlotFor(current); in AllocateBlockedReg()
1095 AllocateSpillSlotFor(current); in AllocateBlockedReg()
1189 void RegisterAllocatorLinearScan::AllocateSpillSlotFor(LiveInterval* interval) { in AllocateSpillSlotFor() function in art::RegisterAllocatorLinearScan