Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.cc139 SnapshotObjectId HeapProfiler::PushHeapObjectsStats(OutputStream* stream, in PushHeapObjectsStats() function in v8::internal::HeapProfiler
141 return ids_->PushHeapObjectsStats(stream, timestamp_us); in PushHeapObjectsStats()
Dheap-profiler.h48 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream,
Dheap-snapshot-generator.h233 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream,
Dheap-snapshot-generator.cc601 SnapshotObjectId HeapObjectsMap::PushHeapObjectsStats(OutputStream* stream, in PushHeapObjectsStats() function in v8::internal::HeapObjectsMap
/external/v8/src/
Dapi.cc9985 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us); in GetHeapStats()