Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc235 GrowableArray<ArenaBitVector*> liveness_of_values( in ValidateIntervals() local
241 liveness_of_values.Add(new (allocator) ArenaBitVector(allocator, 0, true)); in ValidateIntervals()
251 BitVector* liveness_of_spill_slot = liveness_of_values.Get( in ValidateIntervals()
269 BitVector* liveness_of_register = liveness_of_values.Get(current->GetRegister()); in ValidateIntervals()