Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h732 class PhiMapValue : public ZoneObject {
734 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
756 typedef ZoneMap<int, PhiMapValue*> PhiMap;
837 PhiMapValue* InitializePhiMap(const InstructionBlock* block,
839 PhiMapValue* GetPhiMapValueFor(TopLevelLiveRange* top_range);
840 PhiMapValue* GetPhiMapValueFor(int virtual_register);
Dregister-allocator.cc312 RegisterAllocationData::PhiMapValue* phi = in HintRegister()
313 reinterpret_cast<RegisterAllocationData::PhiMapValue*>(hint_); in HintRegister()
1333 RegisterAllocationData::PhiMapValue::PhiMapValue(PhiInstruction* phi, in PhiMapValue() function in v8::internal::compiler::RegisterAllocationData::PhiMapValue
1344 void RegisterAllocationData::PhiMapValue::AddOperand( in AddOperand()
1350 void RegisterAllocationData::PhiMapValue::CommitAssignment( in CommitAssignment()
1450 RegisterAllocationData::PhiMapValue* RegisterAllocationData::InitializePhiMap( in InitializePhiMap()
1452 RegisterAllocationData::PhiMapValue* map_value = new (allocation_zone()) in InitializePhiMap()
1453 RegisterAllocationData::PhiMapValue(phi, block, allocation_zone()); in InitializePhiMap()
1462 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor()
1470 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor()
[all …]