Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h77 + catch_phi_spill_slots_; in GetNumberOfSpillSlots()
210 size_t catch_phi_spill_slots_; variable
Dregister_allocator.cc59 catch_phi_spill_slots_(0), in RegisterAllocator()
1402 interval->SetSpillSlot(catch_phi_spill_slots_); in AllocateSpillSlotForCatchPhi()
1403 catch_phi_spill_slots_ += interval->NeedsTwoSpillSlots() ? 2 : 1; in AllocateSpillSlotForCatchPhi()
1861 - catch_phi_spill_slots_; in Resolve()