Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Dstack-guard.cc304 wasm::GetWasmEngine()->LogOutstandingCodesForIsolate(isolate_); in HandleInterrupts()
309 wasm::GetWasmEngine()->ReportLiveCodeFromStackForGC(isolate_); in HandleInterrupts()
H A 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/wasm/
H A 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() in AsyncCompileFailed()
[all...]
H A Dsync-streaming-decoder.cc65 GetWasmEngine()->SyncCompile(isolate_, enabled_, &thrower, wire_bytes);
H A Dcanonical-types.cc14 return GetWasmEngine()->type_canonicalizer(); in GetTypeCanonicalizer()
H A Dwasm-engine.h440 V8_EXPORT_PRIVATE WasmEngine* GetWasmEngine();
H A Dwasm-js.cc60 streaming_decoder_ = i::wasm::GetWasmEngine()->StartStreamingCompilation( in WasmStreamingImpl()
437 i::wasm::GetWasmEngine()->AsyncInstantiate(
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() in WebAssemblyInstantiate()
[all...]
H A 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()
H A Dwasm-engine.cc126 GetWasmEngine()->ReportLiveCodeFromStackForGC(isolate_);
1034 WasmEngine* engine = GetWasmEngine(); in AddIsolate()
1671 WasmEngine* GetWasmEngine() { in GetWasmEngine() function
H A Dwasm-serialization.cc857 WasmEngine* wasm_engine = GetWasmEngine(); in DeserializeNativeModule()
H A Dc-api.cc1128 return i::wasm::GetWasmEngine()->SyncValidate(isolate, features, bytes);
1141 if (!i::wasm::GetWasmEngine()
2151 i::wasm::GetWasmEngine()->SyncInstantiate( in make()
/third_party/node/deps/v8/src/runtime/
H A 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()
H A Druntime-wasm.cc186 wasm::GetWasmEngine()->SampleThrowEvent(isolate); in RUNTIME_FUNCTION()
194 wasm::GetWasmEngine()->SampleRethrowEvent(isolate); in RUNTIME_FUNCTION()
H A Druntime-test.cc1591 wasm::GetWasmEngine()->EnableCodeLogging(isolate); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc269 wasm::GetWasmEngine() in FinalizeJobImpl()
326 auto* wasm_engine = wasm::GetWasmEngine(); in InstantiateAsmWasm()
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc81 wasm::GetWasmEngine()->EnableCodeLogging(isolate_); in ProfilingScope()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc241 // TODO(clemensb): Remove this field, use GetWasmEngine directly in PipelineData()
243 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()
H A Dwasm-compiler.cc7665 wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone);
7987 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone);
8068 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone);
8120 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone);
8169 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone);
8382 auto* allocator = wasm::GetWasmEngine()->allocator();
8445 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone);
8513 wasm::GetWasmEngine()->DumpTurboStatistics();
/third_party/node/deps/v8/src/debug/
H A 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/
H A Dlog.cc2055 wasm::GetWasmEngine()->EnableCodeLogging(isolate); in LateSetup()
2068 wasm::GetWasmEngine()->EnableCodeLogging(isolate_); in SetCodeEventHandler()
/third_party/node/deps/v8/src/api/
H A 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/
H A Dliftoff-compiler.cc6585 Zone zone(GetWasmEngine()->allocator(), "LiftoffCompilationZone");
6669 Zone zone(GetWasmEngine()->allocator(), "LiftoffDebugSideTableZone");

Completed in 99 milliseconds