v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::LiftoffStackSlots Class Reference

#include <liftoff-assembler.h>

Collaboration diagram for v8::internal::wasm::LiftoffStackSlots:

Classes

struct  Slot
 

Public Member Functions

 LiftoffStackSlots (LiftoffAssembler *wasm_asm)
 
 LiftoffStackSlots (const LiftoffStackSlots &)=delete
 
LiftoffStackSlotsoperator= (const LiftoffStackSlots &)=delete
 
void Add (const LiftoffAssembler::VarState &src, uint32_t src_offset, RegPairHalf half, int dst_slot)
 
void Add (const LiftoffAssembler::VarState &src, int dst_slot)
 
void SortInPushOrder ()
 
void Construct (int param_slots)
 

Static Private Member Functions

static int SlotSizeInBytes (const Slot &slot)
 

Private Attributes

base::SmallVector< Slot, 8 > slots_
 
LiftoffAssembler *const asm_
 

Detailed Description

Definition at line 1652 of file liftoff-assembler.h.

Constructor & Destructor Documentation

◆ LiftoffStackSlots() [1/2]

v8::internal::wasm::LiftoffStackSlots::LiftoffStackSlots ( LiftoffAssembler * wasm_asm)
inlineexplicit

Definition at line 1654 of file liftoff-assembler.h.

◆ LiftoffStackSlots() [2/2]

v8::internal::wasm::LiftoffStackSlots::LiftoffStackSlots ( const LiftoffStackSlots & )
delete

Member Function Documentation

◆ Add() [1/2]

void v8::internal::wasm::LiftoffStackSlots::Add ( const LiftoffAssembler::VarState & src,
int dst_slot )
inline

Definition at line 1664 of file liftoff-assembler.h.

◆ Add() [2/2]

void v8::internal::wasm::LiftoffStackSlots::Add ( const LiftoffAssembler::VarState & src,
uint32_t src_offset,
RegPairHalf half,
int dst_slot )
inline

Definition at line 1658 of file liftoff-assembler.h.

◆ Construct()

void v8::internal::wasm::LiftoffStackSlots::Construct ( int param_slots)
inline

Definition at line 4940 of file liftoff-assembler-arm-inl.h.

Here is the call graph for this function:

◆ operator=()

LiftoffStackSlots & v8::internal::wasm::LiftoffStackSlots::operator= ( const LiftoffStackSlots & )
delete

◆ SlotSizeInBytes()

static int v8::internal::wasm::LiftoffStackSlots::SlotSizeInBytes ( const Slot & slot)
inlinestaticprivate

Definition at line 1696 of file liftoff-assembler.h.

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

◆ SortInPushOrder()

void v8::internal::wasm::LiftoffStackSlots::SortInPushOrder ( )
inline

Definition at line 1669 of file liftoff-assembler.h.

Here is the caller graph for this function:

Member Data Documentation

◆ asm_

LiftoffAssembler* const v8::internal::wasm::LiftoffStackSlots::asm_
private

Definition at line 1704 of file liftoff-assembler.h.

◆ slots_

base::SmallVector<Slot, 8> v8::internal::wasm::LiftoffStackSlots::slots_
private

Definition at line 1703 of file liftoff-assembler.h.


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