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

Public Member Functions

INSTRUCTION_HANDLER_FUNC s2s_Unreachable (const uint8_t *code, uint32_t *sp, WasmInterpreterRuntime *wasm_runtime, int64_t r0, double fp0)
 
INSTRUCTION_HANDLER_FUNC s2s_Unwind (const uint8_t *code, uint32_t *sp, WasmInterpreterRuntime *wasm_runtime, int64_t r0, double fp0)
 
INSTRUCTION_HANDLER_FUNC Trap (const uint8_t *code, uint32_t *sp, WasmInterpreterRuntime *wasm_runtime, int64_t r0, double fp0)
 

Static Public Attributes

static constexpr PWasmOp * s_unwind_func_addr = HandlersBase::s2s_Unwind
 

Detailed Description

Definition at line 753 of file wasm-interpreter.cc.

Member Function Documentation

◆ s2s_Unreachable()

INSTRUCTION_HANDLER_FUNC v8::internal::wasm::HandlersBase::s2s_Unreachable ( const uint8_t * code,
uint32_t * sp,
WasmInterpreterRuntime * wasm_runtime,
int64_t r0,
double fp0 )
inline

Definition at line 755 of file wasm-interpreter.cc.

Here is the call graph for this function:

◆ s2s_Unwind()

INSTRUCTION_HANDLER_FUNC v8::internal::wasm::HandlersBase::s2s_Unwind ( const uint8_t * code,
uint32_t * sp,
WasmInterpreterRuntime * wasm_runtime,
int64_t r0,
double fp0 )
inline

Definition at line 763 of file wasm-interpreter.cc.

◆ Trap()

INSTRUCTION_HANDLER_FUNC v8::internal::wasm::HandlersBase::Trap ( const uint8_t * code,
uint32_t * sp,
WasmInterpreterRuntime * wasm_runtime,
int64_t r0,
double fp0 )
inline

Definition at line 768 of file wasm-interpreter.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ s_unwind_func_addr

PWasmOp* v8::internal::wasm::HandlersBase::s_unwind_func_addr = HandlersBase::s2s_Unwind
staticconstexpr

Definition at line 776 of file wasm-interpreter.cc.


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