#include <wasm-interpreter.h>
Definition at line 286 of file wasm-interpreter.h.
◆ Activation()
◆ CaptureStackTrace()
◆ GetCurrentFrame()
const FrameState & v8::internal::wasm::WasmInterpreterThread::Activation::GetCurrentFrame |
( |
| ) |
const |
|
inline |
◆ GetFramePointer()
Address v8::internal::wasm::WasmInterpreterThread::Activation::GetFramePointer |
( |
| ) |
const |
|
inline |
◆ GetFunctionIndex()
int v8::internal::wasm::WasmInterpreterThread::Activation::GetFunctionIndex |
( |
int | index | ) |
const |
◆ GetIsolate()
Isolate * v8::internal::wasm::WasmInterpreterThread::Activation::GetIsolate |
( |
| ) |
const |
|
inline |
◆ GetStackTrace()
◆ GetWasmRuntime()
const WasmInterpreterRuntime * v8::internal::wasm::WasmInterpreterThread::Activation::GetWasmRuntime |
( |
| ) |
const |
|
inline |
◆ NextFrameAddress()
uint8_t * v8::internal::wasm::WasmInterpreterThread::Activation::NextFrameAddress |
( |
| ) |
const |
|
inline |
◆ NextRefStackOffset()
uint32_t v8::internal::wasm::WasmInterpreterThread::Activation::NextRefStackOffset |
( |
| ) |
const |
|
inline |
◆ SetCurrentActivationFrame()
void v8::internal::wasm::WasmInterpreterThread::Activation::SetCurrentActivationFrame |
( |
uint8_t * | current_fp, |
|
|
uint32_t | current_frame_size, |
|
|
uint32_t | current_stack_size, |
|
|
uint32_t | current_ref_stack_fp, |
|
|
uint32_t | current_ref_stack_frame_size ) |
|
inline |
◆ SetCurrentFrame()
void v8::internal::wasm::WasmInterpreterThread::Activation::SetCurrentFrame |
( |
const FrameState & | frame_state | ) |
|
|
inline |
◆ SetTrapped()
void v8::internal::wasm::WasmInterpreterThread::Activation::SetTrapped |
( |
int | trap_function_index, |
|
|
int | trap_pc ) |
|
inline |
◆ thread()
◆ current_fp_
uint8_t* v8::internal::wasm::WasmInterpreterThread::Activation::current_fp_ |
|
private |
◆ current_frame_size_
uint32_t v8::internal::wasm::WasmInterpreterThread::Activation::current_frame_size_ |
|
private |
◆ current_frame_state_
FrameState v8::internal::wasm::WasmInterpreterThread::Activation::current_frame_state_ |
|
private |
◆ current_ref_stack_fp_
uint32_t v8::internal::wasm::WasmInterpreterThread::Activation::current_ref_stack_fp_ |
|
private |
◆ current_ref_stack_frame_size_
uint32_t v8::internal::wasm::WasmInterpreterThread::Activation::current_ref_stack_frame_size_ |
|
private |
◆ frame_pointer_
Address v8::internal::wasm::WasmInterpreterThread::Activation::frame_pointer_ |
|
private |
◆ thread_
◆ trap_stack_trace_
std::unique_ptr<std::vector<WasmInterpreterStackEntry> > v8::internal::wasm::WasmInterpreterThread::Activation::trap_stack_trace_ |
|
private |
◆ wasm_runtime_
The documentation for this class was generated from the following files: