![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
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 |
Definition at line 1679 of file liftoff-assembler.h.
|
inline |
Definition at line 1680 of file liftoff-assembler.h.
|
inline |
Definition at line 1686 of file liftoff-assembler.h.
int v8::internal::wasm::LiftoffStackSlots::Slot::dst_slot_ = 0 |
Definition at line 1692 of file liftoff-assembler.h.
RegPairHalf v8::internal::wasm::LiftoffStackSlots::Slot::half_ |
Definition at line 1691 of file liftoff-assembler.h.
LiftoffAssembler::VarState v8::internal::wasm::LiftoffStackSlots::Slot::src_ |
Definition at line 1689 of file liftoff-assembler.h.
uint32_t v8::internal::wasm::LiftoffStackSlots::Slot::src_offset_ = 0 |
Definition at line 1690 of file liftoff-assembler.h.