v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::detail::GraphAssemblerHelper< kGraphAssemblerLabelDynamicCount > Struct Reference

#include <graph-assembler.h>

Collaboration diagram for v8::internal::compiler::detail::GraphAssemblerHelper< kGraphAssemblerLabelDynamicCount >:

Public Types

template<typename T >
using Array = base::SmallVector<T, 4>
 

Static Public Member Functions

static Array< Node * > InitNodeArray (const Array< MachineRepresentation > &reps)
 

Static Public Attributes

static constexpr bool kIsDynamic = true
 

Detailed Description

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

Member Typedef Documentation

◆ Array

Member Function Documentation

◆ InitNodeArray()

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

Here is the call graph for this function:

Member Data Documentation

◆ kIsDynamic

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


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