HomeSort by relevance Sort by last modified time
    Searched refs:GetInstanceForCurrentThread (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/trace_event/
heap_profiler.h 47 AllocationContextTracker::GetInstanceForCurrentThread()
56 AllocationContextTracker::GetInstanceForCurrentThread()
72 AllocationContextTracker::GetInstanceForCurrentThread()
81 AllocationContextTracker::GetInstanceForCurrentThread()
heap_profiler_allocation_context_tracker_unittest.cc 49 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...]
heap_profiler_event_filter.cc 24 return AllocationContextTracker::GetInstanceForCurrentThread();
heap_profiler_allocation_context_tracker.h 66 static AllocationContextTracker* GetInstanceForCurrentThread();
heap_profiler_allocation_context_tracker.cc 68 AllocationContextTracker::GetInstanceForCurrentThread() {
93 GetInstanceForCurrentThread()->thread_name_ = name;
malloc_dump_provider.cc 347 // This is the case of GetInstanceForCurrentThread() being called for the
350 auto* tracker = AllocationContextTracker::GetInstanceForCurrentThread();

Completed in 74 milliseconds