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

#include <baseline-assembler-ia32-inl.h>

Collaboration diagram for v8::internal::baseline::detail::PushHelper< Arg >:

Static Public Member Functions

static int Push (BaselineAssembler *basm, Arg arg)
 
static int PushReverse (BaselineAssembler *basm, Arg arg)
 
static int Push (BaselineAssembler *basm, Arg arg)
 
static int PushReverse (BaselineAssembler *basm, Arg arg)
 

Detailed Description

template<typename Arg>
struct v8::internal::baseline::detail::PushHelper< Arg >

Definition at line 258 of file baseline-assembler-x64-inl.h.

Member Function Documentation

◆ Push() [1/2]

template<typename Arg >
static int v8::internal::baseline::detail::PushHelper< Arg >::Push ( BaselineAssembler * basm,
Arg arg )
inlinestatic

Definition at line 248 of file baseline-assembler-ia32-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Push() [2/2]

template<typename Arg >
static int v8::internal::baseline::detail::PushHelper< Arg >::Push ( BaselineAssembler * basm,
Arg arg )
inlinestatic

Definition at line 259 of file baseline-assembler-x64-inl.h.

Here is the call graph for this function:

◆ PushReverse() [1/2]

template<typename Arg >
static int v8::internal::baseline::detail::PushHelper< Arg >::PushReverse ( BaselineAssembler * basm,
Arg arg )
inlinestatic

Definition at line 252 of file baseline-assembler-ia32-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PushReverse() [2/2]

template<typename Arg >
static int v8::internal::baseline::detail::PushHelper< Arg >::PushReverse ( BaselineAssembler * basm,
Arg arg )
inlinestatic

Definition at line 263 of file baseline-assembler-x64-inl.h.

Here is the call graph for this function:

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