Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h720 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);
Dregister-allocator.cc312 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()
[all …]