/third_party/node/deps/v8/src/wasm/ |
D | module-compiler.cc | 1177 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 …]
|
D | sync-streaming-decoder.cc | 65 GetWasmEngine()->SyncCompile(isolate_, enabled_, &thrower, wire_bytes); in Finish()
|
D | canonical-types.cc | 14 return GetWasmEngine()->type_canonicalizer(); in GetTypeCanonicalizer()
|
D | wasm-js.cc | 60 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()
|
D | wasm-engine.h | 440 V8_EXPORT_PRIVATE WasmEngine* GetWasmEngine();
|
D | wasm-engine.cc | 126 GetWasmEngine()->ReportLiveCodeFromStackForGC(isolate_); in RunInternal() 1034 WasmEngine* engine = GetWasmEngine(); in AddIsolate() 1671 WasmEngine* GetWasmEngine() { in GetWasmEngine() function
|
D | wasm-code-manager.cc | 478 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()
|
D | wasm-serialization.cc | 857 WasmEngine* wasm_engine = GetWasmEngine(); in DeserializeNativeModule()
|
D | c-api.cc | 1128 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/ |
D | stack-guard.cc | 304 wasm::GetWasmEngine()->LogOutstandingCodesForIsolate(isolate_); in HandleInterrupts() 309 wasm::GetWasmEngine()->ReportLiveCodeFromStackForGC(isolate_); in HandleInterrupts()
|
D | isolate.cc | 1982 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/ |
D | runtime-test-wasm.cc | 435 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()
|
D | runtime-wasm.cc | 186 wasm::GetWasmEngine()->SampleThrowEvent(isolate); in RUNTIME_FUNCTION() 194 wasm::GetWasmEngine()->SampleRethrowEvent(isolate); in RUNTIME_FUNCTION()
|
D | runtime-test.cc | 1591 wasm::GetWasmEngine()->EnableCodeLogging(isolate); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/asmjs/ |
D | asm-js.cc | 269 wasm::GetWasmEngine() in FinalizeJobImpl() 326 auto* wasm_engine = wasm::GetWasmEngine(); in InstantiateAsmWasm()
|
/third_party/node/deps/v8/src/compiler/ |
D | pipeline.cc | 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()
|
D | wasm-compiler.cc | 7665 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/ |
D | cpu-profiler.cc | 81 wasm::GetWasmEngine()->EnableCodeLogging(isolate_); in ProfilingScope()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-interface.cc | 853 i::wasm::GetWasmEngine()->TierDownAllModulesPerIsolate(isolate); in TierDownAllModulesPerIsolate() 858 i::wasm::GetWasmEngine()->TierUpAllModulesPerIsolate(isolate); in TierUpAllModulesPerIsolate()
|
/third_party/node/deps/v8/src/logging/ |
D | log.cc | 2055 wasm::GetWasmEngine()->EnableCodeLogging(isolate); in LateSetup() 2068 wasm::GetWasmEngine()->EnableCodeLogging(isolate_); in SetCodeEventHandler()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 7860 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/ |
D | liftoff-compiler.cc | 6585 Zone zone(GetWasmEngine()->allocator(), "LiftoffCompilationZone"); in ExecuteLiftoffCompilation() 6669 Zone zone(GetWasmEngine()->allocator(), "LiftoffDebugSideTableZone"); in GenerateLiftoffDebugSideTable()
|