Home
last modified time | relevance | path

Searched refs:DecodeWasmModule (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/memory/lsan/
Dsuppressions.txt6 leak:v8::internal::wasm::DecodeWasmModule
/external/v8/src/wasm/
Dmodule-decoder.h58 V8_EXPORT_PRIVATE ModuleResult DecodeWasmModule(Isolate* isolate,
Dwasm-module.cc2585 DecodeWasmModule(isolate, bytes.start(), bytes.end(), true, kWasmOrigin); in SyncValidate()
2595 ModuleResult result = DecodeWasmModule(isolate, bytes.start(), bytes.end(), in SyncCompileTranslatedAsmJs()
2618 DecodeWasmModule(isolate, bytes.start(), bytes.end(), false, kWasmOrigin); in SyncCompile()
Dmodule-decoder.cc1178 ModuleResult DecodeWasmModule(Isolate* isolate, const byte* module_start, in DecodeWasmModule() function
Dwasm-objects.cc606 DecodeWasmModule(isolate, start, end, false, kWasmOrigin); in ReinitializeAfterDeserialization()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp54 using v8::internal::wasm::DecodeWasmModule;
1488 auto Result = DecodeWasmModule(NoIsolate, &Zone, Buffer.data(), in translate()