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::KeyData Struct Reference

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

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

Public Types

using Key = SnapshotTableKey<OpIndex, KeyData>
 

Public Attributes

WasmMemoryAddress mem = {}
 
Keyprev_same_base = nullptr
 
Key next_same_base = {}
 
Keyprev_same_offset = nullptr
 
Key next_same_offset = {}
 

Detailed Description

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

Member Typedef Documentation

◆ Key

Member Data Documentation

◆ mem

WasmMemoryAddress v8::internal::compiler::turboshaft::wle::KeyData::mem = {}

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

◆ next_same_base

Key v8::internal::compiler::turboshaft::wle::KeyData::next_same_base = {}

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

◆ next_same_offset

Key v8::internal::compiler::turboshaft::wle::KeyData::next_same_offset = {}

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

◆ prev_same_base

Key* v8::internal::compiler::turboshaft::wle::KeyData::prev_same_base = nullptr

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

◆ prev_same_offset

Key* v8::internal::compiler::turboshaft::wle::KeyData::prev_same_offset = nullptr

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


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