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

/external/v8/src/compiler/
H A Dregister-allocator.h732 class PhiMapValue : public ZoneObject { class in class:v8::internal::compiler::LiveRange::final
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);
H A Dregister-allocator.cc312 RegisterAllocationData::PhiMapValue* phi =
313 reinterpret_cast<RegisterAllocationData::PhiMapValue*>(hint_);
1333 RegisterAllocationData::PhiMapValue::PhiMapValue(PhiInstruction* phi, function in class:v8::internal::compiler::LiveRangeBoundArray::RegisterAllocationData::PhiMapValue
1344 void RegisterAllocationData::PhiMapValue::AddOperand(
1350 void RegisterAllocationData::PhiMapValue::CommitAssignment(
1450 RegisterAllocationData::PhiMapValue* RegisterAllocationData::InitializePhiMap(
1452 RegisterAllocationData::PhiMapValue* map_value = new (allocation_zone())
1453 RegisterAllocationData::PhiMapValue(phi, block, allocation_zone());
1462 RegisterAllocationData::PhiMapValue* RegisterAllocationDat
[all...]

Completed in 105 milliseconds