Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocation_resolver.cc208 size_t temp_index = liveness_.GetTempIndex(temp); in Resolve() local
212 locations->SetTempAt(temp_index, Location::RegisterLocation(temp->GetRegister())); in Resolve()
219 locations->SetTempAt(temp_index, location); in Resolve()
221 locations->SetTempAt(temp_index, Location::FpuRegisterLocation(temp->GetRegister())); in Resolve()
Dssa_liveness_analysis.h287 void AddTempUse(HInstruction* instruction, size_t temp_index) { in AddTempUse() argument
292 UsePosition* new_use = new (allocator_) UsePosition(instruction, temp_index, position); in AddTempUse()