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/
H A Dheap-snapshot-generator.cc964 uint32_t objects_count = 0; in EstimateObjectsCount() local
969 objects_count != std::numeric_limits<uint32_t>::max()) in EstimateObjectsCount()
970 ++objects_count; in EstimateObjectsCount()
971 return objects_count; in EstimateObjectsCount()

Completed in 8 milliseconds