Home
last modified time | relevance | path

Searched refs:GetPhiMapValueFor (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.h839 PhiMapValue* GetPhiMapValueFor(TopLevelLiveRange* top_range);
840 PhiMapValue* GetPhiMapValueFor(int virtual_register);
Dregister-allocator.cc1462 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor() function in v8::internal::compiler::RegisterAllocationData
1470 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor() function in v8::internal::compiler::RegisterAllocationData
1472 return GetPhiMapValueFor(top_range->vreg()); in GetPhiMapValueFor()
2199 hint = data()->GetPhiMapValueFor(to_vreg); in ProcessInstructions()
2856 data()->GetPhiMapValueFor(range->TopLevel())->set_assigned_register(reg); in SetLiveRangeAssignedRegister()
3382 data()->GetPhiMapValueFor(range); in TryReuseSpillForPhi()
3568 data()->GetPhiMapValueFor(top_range)->CommitAssignment( in CommitAssignment()