Searched refs:GetPhiMapValueFor (Results 1 – 2 of 2) sorted by relevance
327 PhiMapValue* GetPhiMapValueFor(TopLevelLiveRange* top_range);328 PhiMapValue* GetPhiMapValueFor(int virtual_register);
1410 TopTierRegisterAllocationData::GetPhiMapValueFor(int virtual_register) { in GetPhiMapValueFor() function in v8::internal::compiler::TopTierRegisterAllocationData1417 TopTierRegisterAllocationData::GetPhiMapValueFor(TopLevelLiveRange* top_range) { in GetPhiMapValueFor() function in v8::internal::compiler::TopTierRegisterAllocationData1418 return GetPhiMapValueFor(top_range->vreg()); in GetPhiMapValueFor()2305 hint = data()->GetPhiMapValueFor(to_vreg); in ProcessInstructions()3866 data()->GetPhiMapValueFor(range->TopLevel())->set_assigned_register(reg); in SetLiveRangeAssignedRegister()4489 data()->GetPhiMapValueFor(range); in TryReuseSpillForPhi()4685 data()->GetPhiMapValueFor(top_range)->CommitAssignment( in CommitAssignment()