Lines Matching defs:tracker
38 #include "src/profiler/allocation-tracker.h"
2969 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
2970 if (tracker) {
2971 count = static_cast<uint32_t>(tracker->function_info_list().size());
2988 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
2989 if (!tracker) return;
2990 AllocationTraceTree* traces = tracker->trace_tree();
3037 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
3038 if (!tracker) return;
3044 for (AllocationTracker::FunctionInfo* info : tracker->function_info_list()) {