#include <wasm-interpreter.h>
Definition at line 588 of file wasm-interpreter.h.
◆ CodeMap()
v8::internal::wasm::WasmInterpreter::CodeMap::CodeMap |
( |
Isolate * | isolate, |
|
|
const WasmModule * | module, |
|
|
const uint8_t * | module_start, |
|
|
Zone * | zone ) |
◆ AddFunction()
void v8::internal::wasm::WasmInterpreter::CodeMap::AddFunction |
( |
const WasmFunction * | function, |
|
|
const uint8_t * | code_start, |
|
|
const uint8_t * | code_end ) |
|
inline |
◆ GetCode()
InterpreterCode * v8::internal::wasm::WasmInterpreter::CodeMap::GetCode |
( |
uint32_t | function_index | ) |
|
|
inline |
◆ GetFunctionBytecode()
WasmBytecode * v8::internal::wasm::WasmInterpreter::CodeMap::GetFunctionBytecode |
( |
uint32_t | func_index | ) |
|
|
inline |
◆ module()
const WasmModule * v8::internal::wasm::WasmInterpreter::CodeMap::module |
( |
| ) |
const |
|
inline |
◆ Preprocess()
void v8::internal::wasm::WasmInterpreter::CodeMap::Preprocess |
( |
uint32_t | function_index | ) |
|
|
private |
◆ TotalBytecodeSize()
size_t v8::internal::wasm::WasmInterpreter::CodeMap::TotalBytecodeSize |
( |
| ) |
|
|
inline |
◆ bytecode_generation_time_
base::TimeDelta v8::internal::wasm::WasmInterpreter::CodeMap::bytecode_generation_time_ |
|
private |
◆ generated_code_size_
std::atomic<size_t> v8::internal::wasm::WasmInterpreter::CodeMap::generated_code_size_ |
|
private |
◆ interpreter_code_
◆ isolate_
Isolate* v8::internal::wasm::WasmInterpreter::CodeMap::isolate_ |
|
private |
◆ module_
const WasmModule* v8::internal::wasm::WasmInterpreter::CodeMap::module_ |
|
private |
◆ zone_
Zone* v8::internal::wasm::WasmInterpreter::CodeMap::zone_ |
|
private |
The documentation for this class was generated from the following files: