Home
last modified time | relevance | path

Searched refs:GetInstanceForCurrentThread (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker_unittest.cc49 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in AssertBacktraceEquals()
71 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in AssertBacktraceContainsOnlyThreadName()
250 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
261 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
276 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
283 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
292 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
298 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
306 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
316 ASSERT_FALSE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
Dheap_profiler.h47 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedTaskExecutionTracker()
56 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedTaskExecutionTracker()
72 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedIgnore()
81 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedIgnore()
Dheap_profiler_allocation_context_tracker.cc68 AllocationContextTracker::GetInstanceForCurrentThread() { in GetInstanceForCurrentThread() function in base::trace_event::AllocationContextTracker
93 GetInstanceForCurrentThread()->thread_name_ = name; in SetCurrentThreadName()
Dheap_profiler_event_filter.cc24 return AllocationContextTracker::GetInstanceForCurrentThread(); in GetThreadLocalTracker()
Dheap_profiler_allocation_context_tracker.h66 static AllocationContextTracker* GetInstanceForCurrentThread();
Dmalloc_dump_provider.cc350 auto* tracker = AllocationContextTracker::GetInstanceForCurrentThread(); in InsertAllocation()