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

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::InterpreterCode:

Public Member Functions

 InterpreterCode (const WasmFunction *function, BodyLocalDecls locals, const uint8_t *start, const uint8_t *end)
 
const uint8_t * at (pc_t pc)
 

Public Attributes

const WasmFunctionfunction
 
BodyLocalDecls locals
 
const uint8_t * start
 
const uint8_t * end
 
std::unique_ptr< WasmBytecodebytecode
 

Detailed Description

Definition at line 81 of file wasm-interpreter.h.

Constructor & Destructor Documentation

◆ InterpreterCode()

v8::internal::wasm::InterpreterCode::InterpreterCode ( const WasmFunction * function,
BodyLocalDecls locals,
const uint8_t * start,
const uint8_t * end )
inline

Definition at line 82 of file wasm-interpreter.h.

Member Function Documentation

◆ at()

const uint8_t * v8::internal::wasm::InterpreterCode::at ( pc_t pc)
inline

Definition at line 86 of file wasm-interpreter.h.

Here is the caller graph for this function:

Member Data Documentation

◆ bytecode

std::unique_ptr<WasmBytecode> v8::internal::wasm::InterpreterCode::bytecode

Definition at line 92 of file wasm-interpreter.h.

◆ end

const uint8_t* v8::internal::wasm::InterpreterCode::end

Definition at line 91 of file wasm-interpreter.h.

◆ function

const WasmFunction* v8::internal::wasm::InterpreterCode::function

Definition at line 88 of file wasm-interpreter.h.

◆ locals

BodyLocalDecls v8::internal::wasm::InterpreterCode::locals

Definition at line 89 of file wasm-interpreter.h.

◆ start

const uint8_t* v8::internal::wasm::InterpreterCode::start

Definition at line 90 of file wasm-interpreter.h.


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