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

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

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

Public Types

using Key = SnapshotTableKey<OpIndex, KeyData>
 

Public Attributes

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

Detailed Description

Definition at line 215 of file late-load-elimination-reducer.h.

Member Typedef Documentation

◆ Key

Member Data Documentation

◆ mem

MemoryAddress v8::internal::compiler::turboshaft::KeyData::mem

Definition at line 217 of file late-load-elimination-reducer.h.

◆ next_same_base

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

Definition at line 220 of file late-load-elimination-reducer.h.

◆ next_same_offset

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

Definition at line 223 of file late-load-elimination-reducer.h.

◆ prev_same_base

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

Definition at line 219 of file late-load-elimination-reducer.h.

◆ prev_same_offset

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

Definition at line 222 of file late-load-elimination-reducer.h.


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