Home | History | Annotate | Download | only in wasm

Lines Matching full:module_end

130   ModuleResult DecodeModule(const byte* module_start, const byte* module_end) {
132 size_t size = static_cast<size_t>(module_end - module_start);
144 const byte* module_end) {
145 return DecodeWasmModule(isolate(), zone(), module_start, module_end, false,