Home
last modified time | relevance | path

Searched refs:is_gc_stats_enabled (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/logging/
H A Dtracing-flags.h36 static bool is_gc_stats_enabled() { in is_gc_stats_enabled() function
/third_party/node/deps/v8/src/heap/
H A Dheap.cc5845 if (V8_UNLIKELY(TracingFlags::is_gc_stats_enabled())) { in SetUpSpaces()
7157 if (V8_LIKELY(!TracingFlags::is_gc_stats_enabled())) return; in CreateObjectStats()
H A Dmark-compact.cc2338 if (V8_LIKELY(!TracingFlags::is_gc_stats_enabled())) return; in RecordObjectStats()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc5413 i::TracingFlags::is_gc_stats_enabled()) { in Main()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc5950 (!(FLAG_expose_statistics || TracingFlags::is_gc_stats_enabled()) || in InstallExtensions()
/third_party/node/deps/v8/src/api/
H A Dapi.cc8986 if (V8_LIKELY(!i::TracingFlags::is_gc_stats_enabled())) return false; in GetHeapObjectStatisticsAtLastGC()

Completed in 61 milliseconds