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

/external/libchrome/base/trace_event/
H A Dheap_profiler.h47 AllocationContextTracker::GetInstanceForCurrentThread()
56 AllocationContextTracker::GetInstanceForCurrentThread()
72 AllocationContextTracker::GetInstanceForCurrentThread()
81 AllocationContextTracker::GetInstanceForCurrentThread()
H A Dheap_profiler_allocation_context_tracker_unittest.cc49 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread()
71 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread()
250 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread()
261 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread()
276 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread()
283 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread()
292 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread()
298 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread()
306 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread()
316 ASSERT_FALSE(AllocationContextTracker::GetInstanceForCurrentThread()
[all...]
H A Dheap_profiler_event_filter.cc24 return AllocationContextTracker::GetInstanceForCurrentThread();
H A Dheap_profiler_allocation_context_tracker.h66 static AllocationContextTracker* GetInstanceForCurrentThread();
H A Dheap_profiler_allocation_context_tracker.cc68 AllocationContextTracker::GetInstanceForCurrentThread() { function in class:base::trace_event::AllocationContextTracker
93 GetInstanceForCurrentThread()->thread_name_ = name;
H A Dmalloc_dump_provider.cc347 // This is the case of GetInstanceForCurrentThread() being called for the
350 auto* tracker = AllocationContextTracker::GetInstanceForCurrentThread();

Completed in 156 milliseconds