Definition at line 28 of file memory-lowering.cc.
◆ AllocationGroup() [1/2]
v8::internal::compiler::MemoryLowering::AllocationGroup::AllocationGroup |
( |
Node * | node, |
|
|
AllocationType | allocation, |
|
|
Zone * | zone ) |
◆ AllocationGroup() [2/2]
v8::internal::compiler::MemoryLowering::AllocationGroup::AllocationGroup |
( |
Node * | node, |
|
|
AllocationType | allocation, |
|
|
Node * | size, |
|
|
Zone * | zone ) |
◆ ~AllocationGroup()
v8::internal::compiler::MemoryLowering::AllocationGroup::~AllocationGroup |
( |
| ) |
|
|
default |
◆ Add()
void v8::internal::compiler::MemoryLowering::AllocationGroup::Add |
( |
Node * | object | ) |
|
◆ allocation()
AllocationType v8::internal::compiler::MemoryLowering::AllocationGroup::allocation |
( |
| ) |
const |
|
inline |
◆ CheckAllocationType()
◆ Contains()
bool v8::internal::compiler::MemoryLowering::AllocationGroup::Contains |
( |
Node * | object | ) |
const |
◆ DISALLOW_IMPLICIT_CONSTRUCTORS()
v8::internal::compiler::MemoryLowering::AllocationGroup::DISALLOW_IMPLICIT_CONSTRUCTORS |
( |
AllocationGroup | | ) |
|
|
private |
◆ IsYoungGenerationAllocation()
bool v8::internal::compiler::MemoryLowering::AllocationGroup::IsYoungGenerationAllocation |
( |
| ) |
const |
|
inline |
◆ size()
Node * v8::internal::compiler::MemoryLowering::AllocationGroup::size |
( |
| ) |
const |
|
inline |
◆ allocation_
AllocationType const v8::internal::compiler::MemoryLowering::AllocationGroup::allocation_ |
|
private |
◆ node_ids_
ZoneSet<NodeId> v8::internal::compiler::MemoryLowering::AllocationGroup::node_ids_ |
|
private |
◆ size_
Node* const v8::internal::compiler::MemoryLowering::AllocationGroup::size_ |
|
private |
The documentation for this class was generated from the following file: