Home
last modified time | relevance | path

Searched refs:GetWasmEngine (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc1177 WasmEngine* engine = GetWasmEngine(); in CompileLazy()
1451 wasm::GetWasmEngine()->StartWrapperCompilation(isolate); in ExecuteJSToWasmWrapperCompilationUnits()
1873 engine_barrier_(GetWasmEngine()->GetBarrierForBackgroundCompile()), in BackgroundCompileJob()
1908 WasmEngine* engine = GetWasmEngine(); in CompileToNativeModule()
2041 GetWasmEngine()->RemoveCompileJob(this); in Abort()
2142 native_module_ = GetWasmEngine()->NewNativeModule( in CreateNativeModule()
2150 native_module_ = GetWasmEngine()->MaybeGetNativeModule( in GetOrCreateNativeModule()
2165 GetWasmEngine()->GetOrCreateScript(isolate_, native_module_, source_url); in PrepareRuntimeObjects()
2263 GetWasmEngine()->RemoveCompileJob(this); in DecodeFailed()
2277 GetWasmEngine()->RemoveCompileJob(this); in AsyncCompileFailed()
[all …]
Dsync-streaming-decoder.cc65 GetWasmEngine()->SyncCompile(isolate_, enabled_, &thrower, wire_bytes); in Finish()
Dcanonical-types.cc14 return GetWasmEngine()->type_canonicalizer(); in GetTypeCanonicalizer()
Dwasm-js.cc60 streaming_decoder_ = i::wasm::GetWasmEngine()->StartStreamingCompilation( in WasmStreamingImpl()
437 i::wasm::GetWasmEngine()->AsyncInstantiate( in OnCompilationSucceeded()
536 i::wasm::GetWasmEngine()->AsyncCompile(i_isolate, enabled_features, in WebAssemblyCompile()
658 validated = i::wasm::GetWasmEngine()->SyncValidate( in WebAssemblyValidate()
662 validated = i::wasm::GetWasmEngine()->SyncValidate(i_isolate, in WebAssemblyValidate()
720 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
724 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
829 maybe_instance_obj = i::wasm::GetWasmEngine()->SyncInstantiate( in WebAssemblyInstance()
987 i::wasm::GetWasmEngine()->AsyncInstantiate(i_isolate, std::move(resolver), in WebAssemblyInstantiate()
1017 i::wasm::GetWasmEngine()->AsyncCompile(i_isolate, enabled_features, in WebAssemblyInstantiate()
Dwasm-engine.h440 V8_EXPORT_PRIVATE WasmEngine* GetWasmEngine();
Dwasm-engine.cc126 GetWasmEngine()->ReportLiveCodeFromStackForGC(isolate_); in RunInternal()
1034 WasmEngine* engine = GetWasmEngine(); in AddIsolate()
1671 WasmEngine* GetWasmEngine() { in GetWasmEngine() function
Dwasm-code-manager.cc478 if (GetWasmEngine()->AddPotentiallyDeadCode(this)) { in DecRefOnPotentiallyDeadCode()
501 GetWasmEngine()->FreeDeadCode(dead_code); in DecrementRefCount()
981 GetWasmEngine()->GetBarrierForBackgroundCompile()->TryLock()), in NativeModule()
1883 GetWasmEngine()->FreeNativeModule(this); in ~NativeModule()
Dwasm-serialization.cc857 WasmEngine* wasm_engine = GetWasmEngine(); in DeserializeNativeModule()
Dc-api.cc1128 return i::wasm::GetWasmEngine()->SyncValidate(isolate, features, bytes); in validate()
1141 if (!i::wasm::GetWasmEngine() in make()
2151 i::wasm::GetWasmEngine()->SyncInstantiate( in make()
/third_party/node/deps/v8/src/execution/
Dstack-guard.cc304 wasm::GetWasmEngine()->LogOutstandingCodesForIsolate(isolate_); in HandleInterrupts()
309 wasm::GetWasmEngine()->ReportLiveCodeFromStackForGC(isolate_); in HandleInterrupts()
Disolate.cc1982 wasm::GetWasmEngine()->SampleCatchEvent(this); in ThrowInternal()
3375 wasm::GetWasmEngine()->DeleteCompileJobsOnIsolate(this); in ThrowInternal()
3469 wasm::GetWasmEngine()->RemoveIsolate(this); in ThrowInternal()
4028 wasm::GetWasmEngine()->AddIsolate(this); in ThrowInternal()
4333 wasm::GetWasmEngine()->DumpAndResetTurboStatistics(); in ThrowInternal()
/third_party/node/deps/v8/src/runtime/
Druntime-test-wasm.cc435 wasm::GetWasmEngine()->CompileFunction(isolate, native_module, function_index, in RUNTIME_FUNCTION()
444 wasm::GetWasmEngine()->TierDownAllModulesPerIsolate(isolate); in RUNTIME_FUNCTION()
451 wasm::GetWasmEngine()->TierUpAllModulesPerIsolate(isolate); in RUNTIME_FUNCTION()
Druntime-wasm.cc186 wasm::GetWasmEngine()->SampleThrowEvent(isolate); in RUNTIME_FUNCTION()
194 wasm::GetWasmEngine()->SampleRethrowEvent(isolate); in RUNTIME_FUNCTION()
Druntime-test.cc1591 wasm::GetWasmEngine()->EnableCodeLogging(isolate); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/asmjs/
Dasm-js.cc269 wasm::GetWasmEngine() in FinalizeJobImpl()
326 auto* wasm_engine = wasm::GetWasmEngine(); in InstantiateAsmWasm()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc243 wasm_engine_(wasm::GetWasmEngine()), in PipelineData()
1037 info, wasm::GetWasmEngine()->GetOrCreateTurboStatistics(), zone_stats); in CreatePipelineStatistics()
2517 data_(&zone_stats_, &info_, isolate, wasm::GetWasmEngine()->allocator(), in WasmHeapStubCompilationJob()
2564 &info_, wasm::GetWasmEngine()->GetOrCreateTurboStatistics(), in ExecuteJobImpl()
3022 wasm::WasmEngine* wasm_engine = wasm::GetWasmEngine(); in GenerateCodeForWasmNativeStub()
3123 auto* wasm_engine = wasm::GetWasmEngine(); in GenerateCodeForWasmFunction()
Dwasm-compiler.cc7665 wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in NewJSToWasmCompilationJob()
7987 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in CompileWasmMathIntrinsic()
8068 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in CompileWasmImportCallWrapper()
8120 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in CompileWasmCapiCallWrapper()
8169 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in CompileWasmJSFastCallWrapper()
8382 auto* allocator = wasm::GetWasmEngine()->allocator(); in BuildGraphForWasmFunction()
8445 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in ExecuteTurbofanWasmCompilation()
8513 wasm::GetWasmEngine()->DumpTurboStatistics(); in ExecuteTurbofanWasmCompilation()
/third_party/node/deps/v8/src/profiler/
Dcpu-profiler.cc81 wasm::GetWasmEngine()->EnableCodeLogging(isolate_); in ProfilingScope()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc853 i::wasm::GetWasmEngine()->TierDownAllModulesPerIsolate(isolate); in TierDownAllModulesPerIsolate()
858 i::wasm::GetWasmEngine()->TierUpAllModulesPerIsolate(isolate); in TierUpAllModulesPerIsolate()
/third_party/node/deps/v8/src/logging/
Dlog.cc2055 wasm::GetWasmEngine()->EnableCodeLogging(isolate); in LateSetup()
2068 wasm::GetWasmEngine()->EnableCodeLogging(isolate_); in SetCodeEventHandler()
/third_party/node/deps/v8/src/api/
Dapi.cc7860 i::wasm::GetWasmEngine()->ImportNativeModule( in FromCompiledModule()
7883 maybe_compiled = i::wasm::GetWasmEngine()->SyncCompile( in Compile()
8557 return i::wasm::GetWasmEngine()->HasRunningCompileJob(isolate); in HasPendingBackgroundTasks()
8930 i::wasm::GetWasmEngine()->allocator()->GetCurrentMemoryUsage(); in GetHeapStatistics()
8932 i::wasm::GetWasmEngine()->allocator()->GetMaxMemoryUsage(); in GetHeapStatistics()
9245 i::wasm::GetWasmEngine()->DeleteCompileJobsOnContext( in ContextDisposedNotification()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6585 Zone zone(GetWasmEngine()->allocator(), "LiftoffCompilationZone"); in ExecuteLiftoffCompilation()
6669 Zone zone(GetWasmEngine()->allocator(), "LiftoffDebugSideTableZone"); in GenerateLiftoffDebugSideTable()