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

Public Member Functions

 IndirectFunctionTableEntry (DirectHandle< WasmInstanceObject >, int table_index, int entry_index)
 
Tagged< Objectimplicit_arg () const
 
wasm::CanonicalTypeIndex sig_id () const
 
WasmCodePointer target () const
 
uint32_t function_index () const
 

Private Attributes

DirectHandle< WasmDispatchTable > const table_
 
int const index_
 

Detailed Description

Definition at line 272 of file wasm-interpreter-runtime.cc.

Constructor & Destructor Documentation

◆ IndirectFunctionTableEntry()

v8::internal::wasm::IndirectFunctionTableEntry::IndirectFunctionTableEntry ( DirectHandle< WasmInstanceObject > instance,
int table_index,
int entry_index )
inline

Definition at line 291 of file wasm-interpreter-runtime.cc.

Member Function Documentation

◆ function_index()

uint32_t v8::internal::wasm::IndirectFunctionTableEntry::function_index ( ) const
inline

Definition at line 282 of file wasm-interpreter-runtime.cc.

Here is the caller graph for this function:

◆ implicit_arg()

Tagged< Object > v8::internal::wasm::IndirectFunctionTableEntry::implicit_arg ( ) const
inline

Definition at line 277 of file wasm-interpreter-runtime.cc.

Here is the caller graph for this function:

◆ sig_id()

wasm::CanonicalTypeIndex v8::internal::wasm::IndirectFunctionTableEntry::sig_id ( ) const
inline

Definition at line 280 of file wasm-interpreter-runtime.cc.

Here is the caller graph for this function:

◆ target()

WasmCodePointer v8::internal::wasm::IndirectFunctionTableEntry::target ( ) const
inline

Definition at line 281 of file wasm-interpreter-runtime.cc.

Member Data Documentation

◆ index_

int const v8::internal::wasm::IndirectFunctionTableEntry::index_
private

Definition at line 288 of file wasm-interpreter-runtime.cc.

◆ table_

DirectHandle<WasmDispatchTable> const v8::internal::wasm::IndirectFunctionTableEntry::table_
private

Definition at line 287 of file wasm-interpreter-runtime.cc.


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