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

#include <function-body-decoder-impl.h>

Collaboration diagram for v8::internal::wasm::MemoryCopyImmediate:

Public Member Functions

template<typename ValidationTag >
 MemoryCopyImmediate (Decoder *decoder, const uint8_t *pc, ValidationTag validate={})
 

Public Attributes

MemoryIndexImmediate memory_dst
 
MemoryIndexImmediate memory_src
 
uint32_t length
 

Detailed Description

Definition at line 1078 of file function-body-decoder-impl.h.

Constructor & Destructor Documentation

◆ MemoryCopyImmediate()

template<typename ValidationTag >
v8::internal::wasm::MemoryCopyImmediate::MemoryCopyImmediate ( Decoder * decoder,
const uint8_t * pc,
ValidationTag validate = {} )
inline

Definition at line 1084 of file function-body-decoder-impl.h.

Member Data Documentation

◆ length

uint32_t v8::internal::wasm::MemoryCopyImmediate::length

Definition at line 1081 of file function-body-decoder-impl.h.

◆ memory_dst

MemoryIndexImmediate v8::internal::wasm::MemoryCopyImmediate::memory_dst

Definition at line 1079 of file function-body-decoder-impl.h.

◆ memory_src

MemoryIndexImmediate v8::internal::wasm::MemoryCopyImmediate::memory_src

Definition at line 1080 of file function-body-decoder-impl.h.


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