v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::Dependable Class Reference

#include <escape-analysis.h>

Inheritance diagram for v8::internal::compiler::Dependable:
Collaboration diagram for v8::internal::compiler::Dependable:

Public Member Functions

 Dependable (Zone *zone)
 
void AddDependency (Node *node)
 
void RevisitDependants (EffectGraphReducer *reducer)
 
- 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 Attributes

ZoneVector< Node * > dependants_
 

Detailed Description

Definition at line 108 of file escape-analysis.h.

Constructor & Destructor Documentation

◆ Dependable()

v8::internal::compiler::Dependable::Dependable ( Zone * zone)
inlineexplicit

Definition at line 110 of file escape-analysis.h.

Member Function Documentation

◆ AddDependency()

void v8::internal::compiler::Dependable::AddDependency ( Node * node)
inline

Definition at line 111 of file escape-analysis.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RevisitDependants()

void v8::internal::compiler::Dependable::RevisitDependants ( EffectGraphReducer * reducer)
inline

Definition at line 112 of file escape-analysis.h.

Here is the call graph for this function:

Member Data Documentation

◆ dependants_

ZoneVector<Node*> v8::internal::compiler::Dependable::dependants_
private

Definition at line 120 of file escape-analysis.h.


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