Searched refs:SyncCompile (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | sync-streaming-decoder.cc | 65 GetWasmEngine()->SyncCompile(isolate_, enabled_, &thrower, wire_bytes); in Finish()
|
D | wasm-engine.h | 170 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
|
D | wasm-engine.cc | 536 MaybeHandle<WasmModuleObject> WasmEngine::SyncCompile( in SyncCompile() function in v8::internal::wasm::WasmEngine 649 module_object = SyncCompile(isolate, enabled, &thrower, bytes_copy); in AsyncCompile() 652 module_object = SyncCompile(isolate, enabled, &thrower, bytes); in AsyncCompile()
|
D | wasm-js.cc | 720 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule() 724 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
|
D | c-api.cc | 1142 ->SyncCompile(isolate, features, &thrower, bytes) in make()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 7883 maybe_compiled = i::wasm::GetWasmEngine()->SyncCompile( in Compile()
|