V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::Graph Class Referencefinal
Inheritance diagram for v8::internal::compiler::Graph:
NON_EXPORTED_BASEZoneObject

Classes

class  SubgraphScope
 

Public Member Functions

 Graph (Zone *zone)
 
NodeNewNodeUnchecked (const Operator *op, int input_count, Node *const *inputs, bool incomplete=false)
 
NodeNewNode (const Operator *op, int input_count, Node *const *inputs, bool incomplete=false)
 
template<typename... Nodes>
NodeNewNode (const Operator *op, Nodes *... nodes)
 
NodeCloneNode (const Node *node)
 
Zonezone () const
 
Nodestart () const
 
Nodeend () const
 
void SetStart (Node *start)
 
void SetEnd (Node *end)
 
size_t NodeCount () const
 
void Decorate (Node *node)
 
void AddDecorator (GraphDecorator *decorator)
 
void RemoveDecorator (GraphDecorator *decorator)
 
void Print () const
 

Friends

class NodeMarkerBase
 

Detailed Description

Definition at line 35 of file graph.h.


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