Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h341 int EstimateObjectsCount(HeapIterator* iterator);
490 int EstimateObjectsCount();
Dheap-snapshot-generator.cc979 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { in EstimateObjectsCount() function in v8::internal::V8HeapExplorer
2324 int NativeObjectsExplorer::EstimateObjectsCount() { in EstimateObjectsCount() function in v8::internal::NativeObjectsExplorer
2400 if (EstimateObjectsCount() > 0) { in IterateAndExtractReferences()
2602 v8_heap_explorer_.EstimateObjectsCount(&iterator) + in SetProgressTotal()
2603 dom_explorer_.EstimateObjectsCount()); in SetProgressTotal()