Home
last modified time | relevance | path

Searched refs:PushHeapObjectsStats (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dheap-profiler.cc104 SnapshotObjectId HeapProfiler::PushHeapObjectsStats(OutputStream* stream) { in PushHeapObjectsStats() function in v8::internal::HeapProfiler
105 return ids_->PushHeapObjectsStats(stream); in PushHeapObjectsStats()
Dheap-profiler.h41 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream);
Dheap-snapshot-generator.h221 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream);
Dheap-snapshot-generator.cc620 SnapshotObjectId HeapObjectsMap::PushHeapObjectsStats(OutputStream* stream) { in PushHeapObjectsStats() function in v8::internal::HeapObjectsMap
Dapi.cc7398 return reinterpret_cast<i::HeapProfiler*>(this)->PushHeapObjectsStats(stream); in GetHeapStats()