Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h99 void AllocateSpillSlotFor(LiveInterval* interval);
Dregister_allocator.cc434 AllocateSpillSlotFor(current); in AllocateBlockedReg()
493 AllocateSpillSlotFor(current); in AllocateBlockedReg()
566 void RegisterAllocator::AllocateSpillSlotFor(LiveInterval* interval) { in AllocateSpillSlotFor() function in art::RegisterAllocator