Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.h44 AllocationTracker* allocation_tracker() const { in allocation_tracker() function
Dheap-snapshot-generator.cc730 if (AllocationTracker* allocation_tracker = in AddEntry() local
731 snapshot_->profiler()->allocation_tracker()) { in AddEntry()
733 allocation_tracker->address_to_trace()->GetTraceNodeId(address); in AddEntry()
2636 if (AllocationTracker* allocation_tracker = in Serialize() local
2637 snapshot_->profiler()->allocation_tracker()) { in Serialize()
2638 allocation_tracker->PrepareForSerialization(); in Serialize()
2901 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeSnapshot()
2920 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceTree()
2971 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceNodeInfos()
/external/tensorflow/tensorflow/compiler/xla/service/
DBUILD716 ":allocation_tracker",
985 name = "allocation_tracker",
986 srcs = ["allocation_tracker.cc"],
987 hdrs = ["allocation_tracker.h"],