Searched refs:EstimateObjectsCount (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/profiler/ | ||
H A D | heap-snapshot-generator.h | 343 int EstimateObjectsCount(HeapIterator* iterator); 493 int EstimateObjectsCount(); |
H A D | heap-snapshot-generator.cc | 953 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { function in class:v8::internal::V8HeapExplorer 2281 int NativeObjectsExplorer::EstimateObjectsCount() { function in class:v8::internal::NativeObjectsExplorer 2358 if (EstimateObjectsCount() > 0) { 2556 v8_heap_explorer_.EstimateObjectsCount(&iterator) + 2557 dom_explorer_.EstimateObjectsCount()); |
Completed in 60 milliseconds