Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.cc100 SnapshotObjectId HeapProfiler::PushHeapObjectsStats(OutputStream* stream, in PushHeapObjectsStats() function in v8::internal::HeapProfiler
102 return ids_->PushHeapObjectsStats(stream, timestamp_us); in PushHeapObjectsStats()
Dheap-profiler.h40 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream,
Dheap-snapshot-generator.h231 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream,
Dheap-snapshot-generator.cc615 SnapshotObjectId HeapObjectsMap::PushHeapObjectsStats(OutputStream* stream, in PushHeapObjectsStats() function in v8::internal::HeapObjectsMap
/external/v8/src/
Dapi.cc8277 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us); in GetHeapStats()