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

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

Collaboration diagram for v8::internal::compiler::turboshaft::BaseData:

Public Types

using Key = SnapshotTable<OpIndex, KeyData>::Key
 

Public Attributes

v8::base::DoublyThreadedList< Key, BaseListTraitswith_offsets
 
v8::base::DoublyThreadedList< Key, BaseListTraitswith_indices
 

Detailed Description

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

Member Typedef Documentation

◆ Key

Member Data Documentation

◆ with_indices

v8::base::DoublyThreadedList<Key, BaseListTraits> v8::internal::compiler::turboshaft::BaseData::with_indices

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

◆ with_offsets

v8::base::DoublyThreadedList<Key, BaseListTraits> v8::internal::compiler::turboshaft::BaseData::with_offsets

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


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