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

#include <maglev-assembler-arm64-inl.h>

Collaboration diagram for v8::internal::maglev::detail::PushAllHelper< Arg >:

Static Public Member Functions

static void Push (MaglevAssembler *masm, Arg arg)
 
static void PushReverse (MaglevAssembler *masm, Arg arg)
 

Detailed Description

template<typename Arg>
struct v8::internal::maglev::detail::PushAllHelper< Arg >

Definition at line 284 of file maglev-assembler-arm64-inl.h.

Member Function Documentation

◆ Push()

template<typename Arg >
static void v8::internal::maglev::detail::PushAllHelper< Arg >::Push ( MaglevAssembler * masm,
Arg arg )
inlinestatic

Definition at line 285 of file maglev-assembler-arm64-inl.h.

Here is the call graph for this function:

◆ PushReverse()

template<typename Arg >
static void v8::internal::maglev::detail::PushAllHelper< Arg >::PushReverse ( MaglevAssembler * masm,
Arg arg )
inlinestatic

Definition at line 292 of file maglev-assembler-arm64-inl.h.

Here is the call graph for this function:

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