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

Public Member Functions

 BlockInlineReduction (GraphAssembler *gasm)
 
 ~BlockInlineReduction ()
 

Private Attributes

GraphAssemblergasm_
 

Detailed Description

Definition at line 32 of file graph-assembler.cc.

Constructor & Destructor Documentation

◆ BlockInlineReduction()

v8::internal::compiler::GraphAssembler::BlockInlineReduction::BlockInlineReduction ( GraphAssembler * gasm)
inlineexplicit

Definition at line 34 of file graph-assembler.cc.

◆ ~BlockInlineReduction()

v8::internal::compiler::GraphAssembler::BlockInlineReduction::~BlockInlineReduction ( )
inline

Definition at line 38 of file graph-assembler.cc.

Member Data Documentation

◆ gasm_

GraphAssembler* v8::internal::compiler::GraphAssembler::BlockInlineReduction::gasm_
private

Definition at line 44 of file graph-assembler.cc.


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