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

/art/compiler/optimizing/
H A Dregister_allocator.cc1781 size_t temp_index = liveness_.GetTempIndex(temp); local
1785 locations->SetTempAt(temp_index, Location::RegisterLocation(temp->GetRegister()));
1792 locations->SetTempAt(temp_index, location);
1794 locations->SetTempAt(temp_index, Location::FpuRegisterLocation(temp->GetRegister()));
H A Dssa_liveness_analysis.h234 void AddTempUse(HInstruction* instruction, size_t temp_index) { argument
240 instruction, /* environment */ nullptr, temp_index, position, first_use_);

Completed in 59 milliseconds