Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_v8_platform-inl.h175 extern struct V8Platform v8_platform;
179 return per_process::v8_platform.StartTracingAgent(); in StartTracingAgent()
183 return per_process::v8_platform.GetTracingAgentWriter(); in GetTracingAgentWriter()
187 per_process::v8_platform.Dispose(); in DisposePlatform()
Dnode.cc155 struct V8Platform v8_platform; variable
1096 per_process::v8_platform.Initialize( in InitializeOncePerProcess()
1114 per_process::v8_platform.Dispose(); in TearDownOncePerProcess()
1145 per_process::v8_platform.Platform(), in Start()
Dnode_main_instance.cc134 per_process::v8_platform.DrainVMTasks(isolate_); in Run()
/third_party/node/tools/snapshot/
Dsnapshot_builder.cc71 per_process::v8_platform.Platform()->RegisterIsolate(isolate, in Generate()
83 per_process::v8_platform.Platform(), in Generate()
105 per_process::v8_platform.Platform()->UnregisterIsolate(isolate); in Generate()
/third_party/node/src/api/
Denvironment.cc466 return per_process::v8_platform.Platform(); in GetMainThreadMultiIsolatePlatform()
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md865 * [[`ce3dcca619`](https://github.com/nodejs/node/commit/ce3dcca619)] - **src**: update v8_platform.…