Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dsync-streaming-decoder.cc65 GetWasmEngine()->SyncCompile(isolate_, enabled_, &thrower, wire_bytes); in Finish()
Dwasm-engine.h170 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
Dwasm-engine.cc536 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()
Dwasm-js.cc720 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
724 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
Dc-api.cc1142 ->SyncCompile(isolate, features, &thrower, bytes) in make()
/third_party/node/deps/v8/src/api/
Dapi.cc7883 maybe_compiled = i::wasm::GetWasmEngine()->SyncCompile( in Compile()