#include <wasm-interpreter.h>
Definition at line 81 of file wasm-interpreter.h.
◆ InterpreterCode()
v8::internal::wasm::InterpreterCode::InterpreterCode |
( |
const WasmFunction * | function, |
|
|
BodyLocalDecls | locals, |
|
|
const uint8_t * | start, |
|
|
const uint8_t * | end ) |
|
inline |
◆ at()
const uint8_t * v8::internal::wasm::InterpreterCode::at |
( |
pc_t | pc | ) |
|
|
inline |
◆ bytecode
std::unique_ptr<WasmBytecode> v8::internal::wasm::InterpreterCode::bytecode |
◆ end
const uint8_t* v8::internal::wasm::InterpreterCode::end |
◆ function
const WasmFunction* v8::internal::wasm::InterpreterCode::function |
◆ locals
◆ start
const uint8_t* v8::internal::wasm::InterpreterCode::start |
The documentation for this struct was generated from the following file: