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

Public Member Functions

 LoopScopeInternal (GraphAssembler *gasm)
 
 ~LoopScopeInternal ()
 

Private Attributes

const int previous_loop_nesting_level_
 
GraphAssembler *const gasm_
 

Detailed Description

template<MachineRepresentation... Reps>
class v8::internal::compiler::GraphAssembler::LoopScope< Reps >::LoopScopeInternal

Definition at line 580 of file graph-assembler.h.

Constructor & Destructor Documentation

◆ LoopScopeInternal()

template<MachineRepresentation... Reps>
v8::internal::compiler::GraphAssembler::LoopScope< Reps >::LoopScopeInternal::LoopScopeInternal ( GraphAssembler * gasm)
inlineexplicit

Definition at line 582 of file graph-assembler.h.

◆ ~LoopScopeInternal()

template<MachineRepresentation... Reps>
v8::internal::compiler::GraphAssembler::LoopScope< Reps >::LoopScopeInternal::~LoopScopeInternal ( )
inline

Definition at line 588 of file graph-assembler.h.

Member Data Documentation

◆ gasm_

template<MachineRepresentation... Reps>
GraphAssembler* const v8::internal::compiler::GraphAssembler::LoopScope< Reps >::LoopScopeInternal::gasm_
private

Definition at line 595 of file graph-assembler.h.

◆ previous_loop_nesting_level_

template<MachineRepresentation... Reps>
const int v8::internal::compiler::GraphAssembler::LoopScope< Reps >::LoopScopeInternal::previous_loop_nesting_level_
private

Definition at line 594 of file graph-assembler.h.


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