Lines Matching refs:PhiMapValue
312 RegisterAllocationData::PhiMapValue* phi = in HintRegister()
313 reinterpret_cast<RegisterAllocationData::PhiMapValue*>(hint_); in HintRegister()
1328 RegisterAllocationData::PhiMapValue::PhiMapValue(PhiInstruction* phi, in PhiMapValue() function in v8::internal::compiler::RegisterAllocationData::PhiMapValue
1339 void RegisterAllocationData::PhiMapValue::AddOperand( in AddOperand()
1345 void RegisterAllocationData::PhiMapValue::CommitAssignment( in CommitAssignment()
1445 RegisterAllocationData::PhiMapValue* RegisterAllocationData::InitializePhiMap( in InitializePhiMap()
1447 RegisterAllocationData::PhiMapValue* map_value = new (allocation_zone()) in InitializePhiMap()
1448 RegisterAllocationData::PhiMapValue(phi, block, allocation_zone()); in InitializePhiMap()
1457 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor()
1465 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor()
1819 RegisterAllocationData::PhiMapValue* map_value = in ResolvePhis()
3355 RegisterAllocationData::PhiMapValue* phi_map_value = in TryReuseSpillForPhi()