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

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

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

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 88 of file wasm-load-elimination-reducer.h.

Member Typedef Documentation

◆ T

Member Function Documentation

◆ next()

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

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

◆ non_empty()

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

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

◆ prev()

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

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


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