Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc146 SnapshotObjectId HeapProfiler::PushHeapObjectsStats(OutputStream* stream, in PushHeapObjectsStats() function in v8::internal::HeapProfiler
148 return ids_->PushHeapObjectsStats(stream, timestamp_us); in PushHeapObjectsStats()
Dheap-profiler.h53 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream,
Dheap-snapshot-generator.h317 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream,
Dheap-snapshot-generator.cc646 SnapshotObjectId HeapObjectsMap::PushHeapObjectsStats(OutputStream* stream, in PushHeapObjectsStats() function in v8::internal::HeapObjectsMap
/third_party/node/deps/v8/src/api/
Dapi.cc10239 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us); in GetHeapStats()