![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-load-elimination-reducer.h>
Public Types | |
| using | Key = SnapshotTableKey<OpIndex, KeyData> |
Public Attributes | |
| WasmMemoryAddress | mem = {} |
| Key * | prev_same_base = nullptr |
| Key | next_same_base = {} |
| Key * | prev_same_offset = nullptr |
| Key | next_same_offset = {} |
Definition at line 70 of file wasm-load-elimination-reducer.h.
Definition at line 71 of file wasm-load-elimination-reducer.h.
| WasmMemoryAddress v8::internal::compiler::turboshaft::wle::KeyData::mem = {} |
Definition at line 72 of file wasm-load-elimination-reducer.h.
| Key v8::internal::compiler::turboshaft::wle::KeyData::next_same_base = {} |
Definition at line 75 of file wasm-load-elimination-reducer.h.
| Key v8::internal::compiler::turboshaft::wle::KeyData::next_same_offset = {} |
Definition at line 78 of file wasm-load-elimination-reducer.h.
| Key* v8::internal::compiler::turboshaft::wle::KeyData::prev_same_base = nullptr |
Definition at line 74 of file wasm-load-elimination-reducer.h.
| Key* v8::internal::compiler::turboshaft::wle::KeyData::prev_same_offset = nullptr |
Definition at line 77 of file wasm-load-elimination-reducer.h.