Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.h176 size_t catch_phi_spill_slot_counter_; variable
Dregister_allocator_graph_color.cc591 catch_phi_spill_slot_counter_(0), in RegisterAllocatorGraphColor()
724 catch_phi_spill_slot_counter_, in AllocateRegisters()
768 + catch_phi_spill_slot_counter_; in Validate()
1053 interval->SetSpillSlot(catch_phi_spill_slot_counter_); in AllocateSpillSlotForCatchPhi()
1054 catch_phi_spill_slot_counter_ += interval->NumberOfSpillSlotsNeeded(); in AllocateSpillSlotForCatchPhi()