Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.cc1751 int objects_count = 0; in EstimateObjectsCount() local
1754 obj = iterator.next(), ++objects_count) {} in EstimateObjectsCount()
1755 return objects_count; in EstimateObjectsCount()