Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h357 int EstimateObjectsCount();
507 int EstimateObjectsCount();
Dheap-snapshot-generator.cc822 int V8HeapExplorer::EstimateObjectsCount() { in EstimateObjectsCount() function in v8::internal::V8HeapExplorer
2213 int NativeObjectsExplorer::EstimateObjectsCount() { in EstimateObjectsCount() function in v8::internal::NativeObjectsExplorer
2349 if (EstimateObjectsCount() > 0) { in IterateAndExtractReferences()
2522 progress_total_ = v8_heap_explorer_.EstimateObjectsCount() + in InitProgressCounter()
2523 dom_explorer_.EstimateObjectsCount() + 1; in InitProgressCounter()