Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h827 PhiMapValue* GetPhiMapValueFor(TopLevelLiveRange* top_range);
828 PhiMapValue* GetPhiMapValueFor(int virtual_register);
Dregister-allocator.cc1457 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor() function in v8::internal::compiler::RegisterAllocationData
1465 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor() function in v8::internal::compiler::RegisterAllocationData
1467 return GetPhiMapValueFor(top_range->vreg()); in GetPhiMapValueFor()
2205 hint = data()->GetPhiMapValueFor(to_vreg); in ProcessInstructions()
2866 data()->GetPhiMapValueFor(range->TopLevel())->set_assigned_register(reg); in SetLiveRangeAssignedRegister()
3356 data()->GetPhiMapValueFor(range); in TryReuseSpillForPhi()
3547 data()->GetPhiMapValueFor(top_range)->CommitAssignment( in CommitAssignment()