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

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h232 void AddTempUse(HInstruction* instruction, size_t temp_index) { argument
238 instruction, /* environment */ nullptr, temp_index, position, first_use_);
H A Dregister_allocator.cc1980 size_t temp_index = liveness_.GetTempIndex(temp); local
1984 locations->SetTempAt(temp_index, Location::RegisterLocation(temp->GetRegister()));
1991 locations->SetTempAt(temp_index, location);
1993 locations->SetTempAt(temp_index, Location::FpuRegisterLocation(temp->GetRegister()));

Completed in 29 milliseconds