v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::DataViewLoweringReducer< Next > Class Template Reference

#include <dataview-lowering-reducer.h>

Inheritance diagram for v8::internal::compiler::turboshaft::DataViewLoweringReducer< Next >:
Collaboration diagram for v8::internal::compiler::turboshaft::DataViewLoweringReducer< Next >:

Public Member Functions

OpIndex BuildReverseBytes (ExternalArrayType type, OpIndex value)
 
OpIndex REDUCE LoadDataViewElement (V< Object > object, V< WordPtr > storage, V< WordPtr > index, V< Word32 > is_little_endian, ExternalArrayType element_type)
 
OpIndex REDUCE StoreDataViewElement (V< Object > object, V< WordPtr > storage, V< WordPtr > index, OpIndex value, V< Word32 > is_little_endian, ExternalArrayType element_type)
 

Detailed Description

template<typename Next>
class v8::internal::compiler::turboshaft::DataViewLoweringReducer< Next >

Definition at line 15 of file dataview-lowering-reducer.h.

Member Function Documentation

◆ BuildReverseBytes()

template<typename Next >
OpIndex v8::internal::compiler::turboshaft::DataViewLoweringReducer< Next >::BuildReverseBytes ( ExternalArrayType type,
OpIndex value )
inline

Definition at line 19 of file dataview-lowering-reducer.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LoadDataViewElement()

template<typename Next >
OpIndex REDUCE v8::internal::compiler::turboshaft::DataViewLoweringReducer< Next >::LoadDataViewElement ( V< Object > object,
V< WordPtr > storage,
V< WordPtr > index,
V< Word32 > is_little_endian,
ExternalArrayType element_type )
inline

Definition at line 57 of file dataview-lowering-reducer.h.

Here is the call graph for this function:

◆ StoreDataViewElement()

template<typename Next >
OpIndex REDUCE v8::internal::compiler::turboshaft::DataViewLoweringReducer< Next >::StoreDataViewElement ( V< Object > object,
V< WordPtr > storage,
V< WordPtr > index,
OpIndex value,
V< Word32 > is_little_endian,
ExternalArrayType element_type )
inline

Definition at line 94 of file dataview-lowering-reducer.h.

Here is the call graph for this function:

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