Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h100 void AllocateOneSpillSlot(LiveInterval* interval, size_t end);
Dregister_allocator.cc596 AllocateOneSpillSlot(parent, end); in AllocateSpillSlotFor()
629 void RegisterAllocator::AllocateOneSpillSlot(LiveInterval* parent, size_t end) { in AllocateOneSpillSlot() function in art::RegisterAllocator