Home
last modified time | relevance | path

Searched refs:allocation_tracker (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dheap-profiler.h47 AllocationTracker* allocation_tracker() const { in allocation_tracker() function
Dheap-snapshot-generator.cc877 if (AllocationTracker* allocation_tracker = in AddEntry() local
878 snapshot_->profiler()->allocation_tracker()) { in AddEntry()
880 allocation_tracker->address_to_trace()->GetTraceNodeId(address); in AddEntry()
2700 if (AllocationTracker* allocation_tracker = in Serialize() local
2701 snapshot_->profiler()->allocation_tracker()) { in Serialize()
2702 allocation_tracker->PrepareForSerialization(); in Serialize()
2969 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeSnapshot()
2988 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceTree()
3037 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceNodeInfos()