Home
last modified time | relevance | path

Searched refs:GCProfilerState (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_v8.h39 enum class GCProfilerState { kInitialized, kStarted, kStopped }; class in node::v8_utils::GCProfiler
56 GCProfilerState state;
H A Dnode_v8.cc313 state(GCProfilerState::kInitialized), in GCProfiler()
324 if (state != GCProfiler::GCProfilerState::kInitialized) { in ~GCProfiler()
348 if (profiler->state != GCProfiler::GCProfilerState::kInitialized) { in Start()
366 profiler->state = GCProfiler::GCProfilerState::kStarted; in Start()
373 if (profiler->state != GCProfiler::GCProfilerState::kStarted) { in Stop()
385 profiler->state = GCProfiler::GCProfilerState::kStopped; in Stop()

Completed in 2 milliseconds