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_linear_scan.h63 + catch_phi_spill_slots_; in GetNumberOfSpillSlots()
151 size_t catch_phi_spill_slots_; variable
Dregister_allocator_linear_scan.cc60 catch_phi_spill_slots_(0), in RegisterAllocatorLinearScan()
102 catch_phi_spill_slots_, in AllocateRegisters()
1189 interval->SetSpillSlot(catch_phi_spill_slots_); in AllocateSpillSlotForCatchPhi()
1190 catch_phi_spill_slots_ += interval->NumberOfSpillSlotsNeeded(); in AllocateSpillSlotForCatchPhi()