![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-load-elimination-reducer.h>
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 |
Definition at line 51 of file wasm-load-elimination-reducer.h.
|
inline |
Definition at line 58 of file wasm-load-elimination-reducer.h.
OpIndex v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::base |
Definition at line 52 of file wasm-load-elimination-reducer.h.
bool v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::mutability |
Definition at line 56 of file wasm-load-elimination-reducer.h.
int32_t v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::offset |
Definition at line 53 of file wasm-load-elimination-reducer.h.
uint8_t v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::size |
Definition at line 55 of file wasm-load-elimination-reducer.h.
wasm::ModuleTypeIndex v8::internal::compiler::turboshaft::wle::WasmMemoryAddress::type_index |
Definition at line 54 of file wasm-load-elimination-reducer.h.