Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc135 BitVector* liveness_of_spill_slot = liveness_of_values[number_of_registers in ValidateIntervals() local
139 if (liveness_of_spill_slot->IsBitSet(j)) { in ValidateIntervals()
148 liveness_of_spill_slot->SetBit(j); in ValidateIntervals()