Home
last modified time | relevance | path

Searched refs:SyncCompile (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dsync-streaming-decoder.cc65 GetWasmEngine()->SyncCompile(isolate_, enabled_, &thrower, wire_bytes);
H A Dwasm-engine.h170 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
H A Dwasm-engine.cc536 MaybeHandle<WasmModuleObject> WasmEngine::SyncCompile( in SyncCompile() function in v8::internal::wasm::WasmEngine
540 TRACE_EVENT1("v8.wasm", "wasm.SyncCompile", "id", compilation_id); in SyncCompile()
649 module_object = SyncCompile(isolate, enabled, &thrower, bytes_copy); in AsyncCompile()
652 module_object = SyncCompile(isolate, enabled, &thrower, bytes); in AsyncCompile()
H A Dwasm-js.cc720 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
724 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
H A Dc-api.cc1142 ->SyncCompile(isolate, features, &thrower, bytes)
/third_party/node/deps/v8/src/api/
H A Dapi.cc7883 maybe_compiled = i::wasm::GetWasmEngine()->SyncCompile( in Compile()

Completed in 41 milliseconds