Searched refs:temp_index (Results 1 – 3 of 3) sorted by relevance
208 size_t temp_index = liveness_.GetTempIndex(temp); in Resolve() local212 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()
300 void AddTempUse(HInstruction* instruction, size_t temp_index) { in AddTempUse() argument305 UsePosition* new_use = new (allocator_) UsePosition(instruction, temp_index, position); in AddTempUse()
2421 uint32_t temp_index = instruction->GetLocations()->GetTempCount() - 1u; in MaybeGenerateInlineCacheCheck() local2422 CHECK_EQ(EBP, instruction->GetLocations()->GetTemp(temp_index).AsRegister<Register>()); in MaybeGenerateInlineCacheCheck()