v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::MemoryLowering::AllocationGroup Class Referencefinal
Inheritance diagram for v8::internal::compiler::MemoryLowering::AllocationGroup:
Collaboration diagram for v8::internal::compiler::MemoryLowering::AllocationGroup:

Public Member Functions

 AllocationGroup (Node *node, AllocationType allocation, Zone *zone)
 
 AllocationGroup (Node *node, AllocationType allocation, Node *size, Zone *zone)
 
 ~AllocationGroup ()=default
 
void Add (Node *object)
 
bool Contains (Node *object) const
 
bool IsYoungGenerationAllocation () const
 
AllocationType allocation () const
 
Nodesize () const
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (AllocationGroup)
 

Static Private Member Functions

static AllocationType CheckAllocationType (AllocationType allocation)
 

Private Attributes

ZoneSet< NodeIdnode_ids_
 
AllocationType const allocation_
 
Node *const size_
 

Detailed Description

Definition at line 28 of file memory-lowering.cc.

Constructor & Destructor Documentation

◆ AllocationGroup() [1/2]

v8::internal::compiler::MemoryLowering::AllocationGroup::AllocationGroup ( Node * node,
AllocationType allocation,
Zone * zone )

Definition at line 726 of file memory-lowering.cc.

◆ AllocationGroup() [2/2]

v8::internal::compiler::MemoryLowering::AllocationGroup::AllocationGroup ( Node * node,
AllocationType allocation,
Node * size,
Zone * zone )

Definition at line 735 of file memory-lowering.cc.

◆ ~AllocationGroup()

v8::internal::compiler::MemoryLowering::AllocationGroup::~AllocationGroup ( )
default

Member Function Documentation

◆ Add()

void v8::internal::compiler::MemoryLowering::AllocationGroup::Add ( Node * object)

Definition at line 744 of file memory-lowering.cc.

Here is the caller graph for this function:

◆ allocation()

AllocationType v8::internal::compiler::MemoryLowering::AllocationGroup::allocation ( ) const
inline

Definition at line 41 of file memory-lowering.cc.

Here is the caller graph for this function:

◆ CheckAllocationType()

static AllocationType v8::internal::compiler::MemoryLowering::AllocationGroup::CheckAllocationType ( AllocationType allocation)
inlinestaticprivate

Definition at line 49 of file memory-lowering.cc.

Here is the call graph for this function:

◆ Contains()

bool v8::internal::compiler::MemoryLowering::AllocationGroup::Contains ( Node * object) const

Definition at line 748 of file memory-lowering.cc.

Here is the call graph for this function:

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::compiler::MemoryLowering::AllocationGroup::DISALLOW_IMPLICIT_CONSTRUCTORS ( AllocationGroup )
private

◆ IsYoungGenerationAllocation()

bool v8::internal::compiler::MemoryLowering::AllocationGroup::IsYoungGenerationAllocation ( ) const
inline

Definition at line 37 of file memory-lowering.cc.

Here is the call graph for this function:

◆ size()

Node * v8::internal::compiler::MemoryLowering::AllocationGroup::size ( ) const
inline

Definition at line 42 of file memory-lowering.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ allocation_

AllocationType const v8::internal::compiler::MemoryLowering::AllocationGroup::allocation_
private

Definition at line 46 of file memory-lowering.cc.

◆ node_ids_

ZoneSet<NodeId> v8::internal::compiler::MemoryLowering::AllocationGroup::node_ids_
private

Definition at line 45 of file memory-lowering.cc.

◆ size_

Node* const v8::internal::compiler::MemoryLowering::AllocationGroup::size_
private

Definition at line 47 of file memory-lowering.cc.


The documentation for this class was generated from the following file: