Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h343 int EstimateObjectsCount(HeapIterator* iterator);
492 int EstimateObjectsCount();
Dheap-snapshot-generator.cc954 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { in EstimateObjectsCount() function in v8::internal::V8HeapExplorer
2281 int NativeObjectsExplorer::EstimateObjectsCount() { in EstimateObjectsCount() function in v8::internal::NativeObjectsExplorer
2355 if (EstimateObjectsCount() > 0) { in IterateAndExtractReferences()
2569 v8_heap_explorer_.EstimateObjectsCount(&iterator) + in SetProgressTotal()
2570 dom_explorer_.EstimateObjectsCount()); in SetProgressTotal()