Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc824 int objects_count = 0; in EstimateObjectsCount() local
825 while (it.next()) ++objects_count; in EstimateObjectsCount()
826 return objects_count; in EstimateObjectsCount()
/external/pdfium/samples/
Dpdfium_test.cc554 int objects_count, in EnhMetaFileProc() argument