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

#include <function-body-decoder-impl.h>

Collaboration diagram for v8::internal::wasm::BlockTypeImmediate:

Public Member Functions

 BlockTypeImmediate (const BlockTypeImmediate &)=delete
 
 BlockTypeImmediate (BlockTypeImmediate &&)=delete
 
BlockTypeImmediateoperator= (const BlockTypeImmediate &)=delete
 
BlockTypeImmediateoperator= (BlockTypeImmediate &&)=delete
 
template<typename ValidationTag >
 BlockTypeImmediate (WasmEnabledFeatures enabled, Decoder *decoder, const uint8_t *pc, ValidationTag={})
 
uint32_t in_arity () const
 
uint32_t out_arity () const
 
ValueType in_type (uint32_t index) const
 
ValueType out_type (uint32_t index) const
 

Public Attributes

uint32_t length = 1
 
ModuleTypeIndex sig_index = ModuleTypeIndex::Invalid()
 
FunctionSig sig {0, 0, single_return_sig_storage}
 
ValueType single_return_sig_storage [1]
 

Detailed Description

Definition at line 717 of file function-body-decoder-impl.h.

Constructor & Destructor Documentation

◆ BlockTypeImmediate() [1/3]

v8::internal::wasm::BlockTypeImmediate::BlockTypeImmediate ( const BlockTypeImmediate & )
delete

◆ BlockTypeImmediate() [2/3]

v8::internal::wasm::BlockTypeImmediate::BlockTypeImmediate ( BlockTypeImmediate && )
delete

◆ BlockTypeImmediate() [3/3]

template<typename ValidationTag >
v8::internal::wasm::BlockTypeImmediate::BlockTypeImmediate ( WasmEnabledFeatures enabled,
Decoder * decoder,
const uint8_t * pc,
ValidationTag = {} )
inline

Definition at line 734 of file function-body-decoder-impl.h.

Member Function Documentation

◆ in_arity()

uint32_t v8::internal::wasm::BlockTypeImmediate::in_arity ( ) const
inline

Definition at line 760 of file function-body-decoder-impl.h.

Here is the call graph for this function:

◆ in_type()

ValueType v8::internal::wasm::BlockTypeImmediate::in_type ( uint32_t index) const
inline

Definition at line 766 of file function-body-decoder-impl.h.

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

◆ operator=() [1/2]

BlockTypeImmediate & v8::internal::wasm::BlockTypeImmediate::operator= ( BlockTypeImmediate && )
delete

◆ operator=() [2/2]

BlockTypeImmediate & v8::internal::wasm::BlockTypeImmediate::operator= ( const BlockTypeImmediate & )
delete

◆ out_arity()

uint32_t v8::internal::wasm::BlockTypeImmediate::out_arity ( ) const
inline

Definition at line 763 of file function-body-decoder-impl.h.

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

◆ out_type()

ValueType v8::internal::wasm::BlockTypeImmediate::out_type ( uint32_t index) const
inline

Definition at line 767 of file function-body-decoder-impl.h.

Here is the call graph for this function:

Member Data Documentation

◆ length

uint32_t v8::internal::wasm::BlockTypeImmediate::length = 1

Definition at line 718 of file function-body-decoder-impl.h.

◆ sig

FunctionSig v8::internal::wasm::BlockTypeImmediate::sig {0, 0, single_return_sig_storage}

Definition at line 722 of file function-body-decoder-impl.h.

◆ sig_index

ModuleTypeIndex v8::internal::wasm::BlockTypeImmediate::sig_index = ModuleTypeIndex::Invalid()

Definition at line 721 of file function-body-decoder-impl.h.

◆ single_return_sig_storage

ValueType v8::internal::wasm::BlockTypeImmediate::single_return_sig_storage[1]

Definition at line 724 of file function-body-decoder-impl.h.


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