Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc108 ScopedArenaVector<ArenaBitVector*> liveness_of_values( in ValidateIntervals() local
110 liveness_of_values.reserve(number_of_registers + number_of_spill_slots); in ValidateIntervals()
122 liveness_of_values.push_back( in ValidateIntervals()
124 liveness_of_values.back()->ClearAllBits(); in ValidateIntervals()
135 BitVector* liveness_of_spill_slot = liveness_of_values[number_of_registers in ValidateIntervals()
159 BitVector* liveness_of_register = liveness_of_values[current->GetRegister()]; in ValidateIntervals()