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

Public Member Functions

 Slot (const LiftoffAssembler::VarState &src, uint32_t src_offset, RegPairHalf half, int dst_slot)
 
 Slot (const LiftoffAssembler::VarState &src, int dst_slot)
 

Public Attributes

LiftoffAssembler::VarState src_
 
uint32_t src_offset_ = 0
 
RegPairHalf half_
 
int dst_slot_ = 0
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Slot() [1/2]

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

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

◆ Slot() [2/2]

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

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

Member Data Documentation

◆ dst_slot_

int v8::internal::wasm::LiftoffStackSlots::Slot::dst_slot_ = 0

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

◆ half_

RegPairHalf v8::internal::wasm::LiftoffStackSlots::Slot::half_

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

◆ src_

LiftoffAssembler::VarState v8::internal::wasm::LiftoffStackSlots::Slot::src_

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

◆ src_offset_

uint32_t v8::internal::wasm::LiftoffStackSlots::Slot::src_offset_ = 0

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


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