Home
last modified time | relevance | path

Searched defs:ModuleEnv (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h129 struct ModuleEnv { struct
130 uintptr_t globals_area; // address of the globals area.
131 uintptr_t mem_start; // address of the start of linear memory.
132 uintptr_t mem_end; // address of the end of linear memory.
134 WasmModule* module;
135 WasmLinker* linker;
136 std::vector<Handle<Code>>* function_code;
137 Handle<FixedArray> function_table;
138 Handle<JSArrayBuffer> memory;
139 Handle<Context> context;
[all …]