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

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

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

Public Types

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

Static Public Member Functions

static T ** prev (T t)
 
static Tnext (T t)
 
static bool non_empty (T t)
 

Detailed Description

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

Member Typedef Documentation

◆ T

Member Function Documentation

◆ next()

static T * v8::internal::compiler::turboshaft::OffsetListTraits::next ( T t)
inlinestatic

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

◆ non_empty()

static bool v8::internal::compiler::turboshaft::OffsetListTraits::non_empty ( T t)
inlinestatic

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

◆ prev()

static T ** v8::internal::compiler::turboshaft::OffsetListTraits::prev ( T t)
inlinestatic

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


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