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

/external/v8/src/
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 26 milliseconds