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

/external/v8/src/
H A Dprofile-generator.h923 int EstimateObjectsCount(HeapIterator* iterator);
1029 int EstimateObjectsCount();
H A Dprofile-generator.cc1824 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { function in class:v8::internal::V8HeapExplorer
2726 int NativeObjectsExplorer::EstimateObjectsCount() { function in class:v8::internal::NativeObjectsExplorer
2799 if (EstimateObjectsCount() > 0) {
3138 v8_heap_explorer_.EstimateObjectsCount(&iterator) +
3139 dom_explorer_.EstimateObjectsCount()) * iterations_count;

Completed in 51 milliseconds