Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-snapshot-generator.h336 int EstimateObjectsCount(HeapIterator* iterator);
477 int EstimateObjectsCount();
Dheap-snapshot-generator.cc975 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { in EstimateObjectsCount() function in v8::internal::V8HeapExplorer
2335 int NativeObjectsExplorer::EstimateObjectsCount() { in EstimateObjectsCount() function in v8::internal::NativeObjectsExplorer
2412 if (EstimateObjectsCount() > 0) { in IterateAndExtractReferences()
2607 v8_heap_explorer_.EstimateObjectsCount(&iterator) + in SetProgressTotal()
2608 dom_explorer_.EstimateObjectsCount()); in SetProgressTotal()