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

#include <assembler.h>

Collaboration diagram for v8::internal::compiler::turboshaft::StackBottom< Reducers >:

Public Types

using AssemblerType = Assembler<Reducers>
 
using ReducerList = Reducers
 

Public Member Functions

Assembler< ReducerList > & Asm ()
 

Detailed Description

template<typename Reducers>
struct v8::internal::compiler::turboshaft::StackBottom< Reducers >

Definition at line 774 of file assembler.h.

Member Typedef Documentation

◆ AssemblerType

template<typename Reducers >
using v8::internal::compiler::turboshaft::StackBottom< Reducers >::AssemblerType = Assembler<Reducers>

Definition at line 775 of file assembler.h.

◆ ReducerList

template<typename Reducers >
using v8::internal::compiler::turboshaft::StackBottom< Reducers >::ReducerList = Reducers

Definition at line 776 of file assembler.h.

Member Function Documentation

◆ Asm()

template<typename Reducers >
Assembler< ReducerList > & v8::internal::compiler::turboshaft::StackBottom< Reducers >::Asm ( )
inline

Definition at line 777 of file assembler.h.


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