Home
last modified time | relevance | path

Searched refs:temp_index (Results 1 – 3 of 3) 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.h300 void AddTempUse(HInstruction* instruction, size_t temp_index) { in AddTempUse() argument
305 UsePosition* new_use = new (allocator_) UsePosition(instruction, temp_index, position); in AddTempUse()
Dcode_generator_x86.cc2598 uint32_t temp_index = instruction->GetLocations()->GetTempCount() - 1u; in MaybeGenerateInlineCacheCheck() local
2599 CHECK_EQ(EBP, instruction->GetLocations()->GetTemp(temp_index).AsRegister<Register>()); in MaybeGenerateInlineCacheCheck()