V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::wasm::CodeMap Class Reference

Public Member Functions

 CodeMap (const WasmModule *module, const uint8_t *module_start, Zone *zone)
 
bool call_indirect_through_module ()
 
void set_call_indirect_through_module (bool val)
 
const WasmModulemodule () const
 
InterpreterCodeGetCode (const WasmFunction *function)
 
InterpreterCodeGetCode (uint32_t function_index)
 
InterpreterCodeGetIndirectCode (uint32_t table_index, uint32_t entry_index)
 
InterpreterCodePreprocess (InterpreterCode *code)
 
void AddFunction (const WasmFunction *function, const byte *code_start, const byte *code_end)
 
void SetFunctionCode (const WasmFunction *function, const byte *start, const byte *end)
 

Detailed Description

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


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