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

#include <wasm-load-elimination-reducer.h>

Collaboration diagram for v8::internal::compiler::turboshaft::wle::WasmMemoryAddress:

Public Member Functions

bool operator== (const WasmMemoryAddress &other) const
 

Public Attributes

OpIndex base
 
int32_t offset
 
wasm::ModuleTypeIndex type_index
 
uint8_t size
 
bool mutability
 

Detailed Description

Definition at line 51 of file wasm-load-elimination-reducer.h.

Member Function Documentation

◆ operator==()

bool v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::operator== ( const WasmMemoryAddress & other) const
inline

Definition at line 58 of file wasm-load-elimination-reducer.h.

Here is the call graph for this function:

Member Data Documentation

◆ base

OpIndex v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::base

Definition at line 52 of file wasm-load-elimination-reducer.h.

◆ mutability

bool v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::mutability

Definition at line 56 of file wasm-load-elimination-reducer.h.

◆ offset

int32_t v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::offset

Definition at line 53 of file wasm-load-elimination-reducer.h.

◆ size

uint8_t v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::size

Definition at line 55 of file wasm-load-elimination-reducer.h.

◆ type_index

wasm::ModuleTypeIndex v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::type_index

Definition at line 54 of file wasm-load-elimination-reducer.h.


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