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< VarCount > Struct Template Reference

#include <graph-assembler.h>

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

Public Types

template<typename T >
using Array = std::array<T, VarCount>
 

Static Public Member Functions

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

Static Public Attributes

static constexpr bool kIsDynamic = false
 

Detailed Description

template<size_t VarCount>
struct v8::internal::compiler::detail::GraphAssemblerHelper< VarCount >

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

Member Typedef Documentation

◆ Array

template<size_t VarCount>
template<typename T >
using v8::internal::compiler::detail::GraphAssemblerHelper< VarCount >::Array = std::array<T, VarCount>

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

Member Function Documentation

◆ InitNodeArray()

template<size_t VarCount>
static Array< Node * > v8::internal::compiler::detail::GraphAssemblerHelper< VarCount >::InitNodeArray ( const Array< MachineRepresentation > & reps)
inlinestatic

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

Member Data Documentation

◆ kIsDynamic

template<size_t VarCount>
bool v8::internal::compiler::detail::GraphAssemblerHelper< VarCount >::kIsDynamic = false
staticconstexpr

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


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