Searched refs:DecodeWasmModule (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-engine.cc | 34 DecodeWasmModule(enabled, bytes.start(), bytes.end(), true, kWasmOrigin, in SyncValidate() 44 DecodeWasmModule(kAsmjsWasmFeatures, bytes.start(), bytes.end(), false, in SyncCompileTranslatedAsmJs() 59 DecodeWasmModule(enabled, bytes.start(), bytes.end(), false, kWasmOrigin, in SyncCompile()
|
D | module-decoder.h | 62 V8_EXPORT_PRIVATE ModuleResult DecodeWasmModule(
|
D | wasm-serialization.cc | 550 ModuleResult decode_result = DecodeWasmModule( in DeserializeNativeModule()
|
D | module-decoder.cc | 1392 ModuleResult DecodeWasmModule(const WasmFeatures& enabled, in DecodeWasmModule() function
|
D | module-compiler.cc | 2381 DecodeWasmModule(job_->enabled_features_, job_->wire_bytes_.start(), in RunInBackground()
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 54 using v8::internal::wasm::DecodeWasmModule; 1488 auto Result = DecodeWasmModule(NoIsolate, &Zone, Buffer.data(), in translate()
|