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

#include <turbofan-graph.h>

Collaboration diagram for v8::internal::compiler::TFGraph::SubgraphScope:

Public Member Functions

 SubgraphScope (TFGraph *graph)
 
 ~SubgraphScope ()
 
 SubgraphScope (const SubgraphScope &)=delete
 
SubgraphScopeoperator= (const SubgraphScope &)=delete
 

Private Attributes

TFGraph *const graph_
 
Node *const start_
 
Node *const end_
 

Detailed Description

Definition at line 41 of file turbofan-graph.h.

Constructor & Destructor Documentation

◆ SubgraphScope() [1/2]

v8::internal::compiler::TFGraph::SubgraphScope::SubgraphScope ( TFGraph * graph)
inlineexplicit

Definition at line 43 of file turbofan-graph.h.

◆ ~SubgraphScope()

v8::internal::compiler::TFGraph::SubgraphScope::~SubgraphScope ( )
inline

Definition at line 45 of file turbofan-graph.h.

◆ SubgraphScope() [2/2]

v8::internal::compiler::TFGraph::SubgraphScope::SubgraphScope ( const SubgraphScope & )
delete

Member Function Documentation

◆ operator=()

SubgraphScope & v8::internal::compiler::TFGraph::SubgraphScope::operator= ( const SubgraphScope & )
delete

Member Data Documentation

◆ end_

Node* const v8::internal::compiler::TFGraph::SubgraphScope::end_
private

Definition at line 55 of file turbofan-graph.h.

◆ graph_

TFGraph* const v8::internal::compiler::TFGraph::SubgraphScope::graph_
private

Definition at line 53 of file turbofan-graph.h.

◆ start_

Node* const v8::internal::compiler::TFGraph::SubgraphScope::start_
private

Definition at line 54 of file turbofan-graph.h.


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