Lines Matching full:tracker
11 #include "src/profiler/allocation-tracker.h"
2968 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
2969 if (tracker) {
2970 count = tracker->function_info_list().length();
2987 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
2988 if (!tracker) return;
2989 AllocationTraceTree* traces = tracker->trace_tree();
3038 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
3039 if (!tracker) return;
3046 tracker->function_info_list();