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

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

Collaboration diagram for v8::internal::compiler::turboshaft::wle::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 81 of file wasm-load-elimination-reducer.h.

Member Typedef Documentation

◆ T

Member Function Documentation

◆ next()

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

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

◆ non_empty()

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

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

◆ prev()

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

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


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