Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc963 uint32_t objects_count = 0; in EstimateObjectsCount() local
968 objects_count != std::numeric_limits<uint32_t>::max()) in EstimateObjectsCount()
969 ++objects_count; in EstimateObjectsCount()
970 return objects_count; in EstimateObjectsCount()