Searched refs:PhiMapValue (Results 1 – 2 of 2) sorted by relevance
720 class PhiMapValue : public ZoneObject {722 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);744 typedef ZoneMap<int, PhiMapValue*> PhiMap;825 PhiMapValue* InitializePhiMap(const InstructionBlock* block,827 PhiMapValue* GetPhiMapValueFor(TopLevelLiveRange* top_range);828 PhiMapValue* GetPhiMapValueFor(int virtual_register);
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::PhiMapValue1339 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()[all …]