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 Namespace Reference

Classes

struct  BaseData
 
struct  BaseListTraits
 
struct  KeyData
 
struct  OffsetListTraits
 
struct  WasmMemoryAddress
 
class  WasmMemoryContentTable
 

Functions

size_t hash_value (WasmMemoryAddress const &mem)
 

Variables

static constexpr int kArrayLengthFieldIndex = -1
 
static constexpr int kStringPrepareForGetCodeunitIndex = -2
 
static constexpr int kStringAsWtf16Index = -3
 
static constexpr int kAnyConvertExternIndex = -4
 
static constexpr int kAssertNotNullIndex = -5
 
static constexpr wasm::ModuleTypeIndex kLoadLikeType {wasm::HeapType::kExtern}
 
static constexpr int kLoadLikeSize = 4
 

Function Documentation

◆ hash_value()

size_t v8::internal::compiler::turboshaft::wle::hash_value ( WasmMemoryAddress const & mem)
inline

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

Here is the call graph for this function:

Variable Documentation

◆ kAnyConvertExternIndex

int v8::internal::compiler::turboshaft::wle::kAnyConvertExternIndex = -4
staticconstexpr

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

◆ kArrayLengthFieldIndex

int v8::internal::compiler::turboshaft::wle::kArrayLengthFieldIndex = -1
staticconstexpr

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

◆ kAssertNotNullIndex

int v8::internal::compiler::turboshaft::wle::kAssertNotNullIndex = -5
staticconstexpr

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

◆ kLoadLikeSize

int v8::internal::compiler::turboshaft::wle::kLoadLikeSize = 4
staticconstexpr

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

◆ kLoadLikeType

wasm::ModuleTypeIndex v8::internal::compiler::turboshaft::wle::kLoadLikeType {wasm::HeapType::kExtern}
staticconstexpr

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

◆ kStringAsWtf16Index

int v8::internal::compiler::turboshaft::wle::kStringAsWtf16Index = -3
staticconstexpr

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

◆ kStringPrepareForGetCodeunitIndex

int v8::internal::compiler::turboshaft::wle::kStringPrepareForGetCodeunitIndex = -2
staticconstexpr

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