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

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc966 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { function in class:v8::internal::V8HeapExplorer
2105 int NativeObjectsExplorer::EstimateObjectsCount() { function in class:v8::internal::NativeObjectsExplorer
2182 if (EstimateObjectsCount() > 0) {
2447 v8_heap_explorer_.EstimateObjectsCount(&iterator) +
2448 dom_explorer_.EstimateObjectsCount());
/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 50 milliseconds