Lines Matching refs:AllocationContextTracker
44 using base::trace_event::AllocationContextTracker; in HeapProfilerScopedTaskExecutionTracker()
45 if (UNLIKELY(AllocationContextTracker::capture_mode() != in HeapProfilerScopedTaskExecutionTracker()
46 AllocationContextTracker::CaptureMode::DISABLED)) { in HeapProfilerScopedTaskExecutionTracker()
47 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedTaskExecutionTracker()
53 using base::trace_event::AllocationContextTracker; in ~HeapProfilerScopedTaskExecutionTracker()
54 if (UNLIKELY(AllocationContextTracker::capture_mode() != in ~HeapProfilerScopedTaskExecutionTracker()
55 AllocationContextTracker::CaptureMode::DISABLED)) { in ~HeapProfilerScopedTaskExecutionTracker()
56 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedTaskExecutionTracker()
68 using base::trace_event::AllocationContextTracker; in HeapProfilerScopedIgnore()
70 AllocationContextTracker::capture_mode() != in HeapProfilerScopedIgnore()
71 AllocationContextTracker::CaptureMode::DISABLED)) { in HeapProfilerScopedIgnore()
72 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedIgnore()
77 using base::trace_event::AllocationContextTracker; in ~HeapProfilerScopedIgnore()
79 AllocationContextTracker::capture_mode() != in ~HeapProfilerScopedIgnore()
80 AllocationContextTracker::CaptureMode::DISABLED)) { in ~HeapProfilerScopedIgnore()
81 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedIgnore()