Searched refs:SyncCompile (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | sync-streaming-decoder.cc | 65 GetWasmEngine()->SyncCompile(isolate_, enabled_, &thrower, wire_bytes);
|
H A D | wasm-engine.h | 170 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
|
H A D | wasm-engine.cc | 536 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 D | wasm-js.cc | 720 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule() 724 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
|
H A D | c-api.cc | 1142 ->SyncCompile(isolate, features, &thrower, bytes)
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 7883 maybe_compiled = i::wasm::GetWasmEngine()->SyncCompile( in Compile()
|
Completed in 41 milliseconds