Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/trace_event/
Dheap_profiler.h71 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedTaskExecutionTracker()
80 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedTaskExecutionTracker()
96 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedStackFrame()
105 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedStackFrame()
121 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedIgnore()
130 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedIgnore()
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dheap_profiler.h68 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedTaskExecutionTracker()
77 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedTaskExecutionTracker()
93 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedStackFrame()
102 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedStackFrame()
118 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedIgnore()
127 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedIgnore()
H A Dheap_profiler_allocation_context_tracker_unittest.cc49 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in AssertBacktraceEquals()
71 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in AssertBacktraceContainsOnlyThreadName()
295 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
306 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
321 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
328 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
335 ASSERT_TRUE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
345 ASSERT_FALSE(AllocationContextTracker::GetInstanceForCurrentThread() in TEST_F()
H A Dheap_profiler_allocation_context_tracker.cc80 AllocationContextTracker::GetInstanceForCurrentThread() { in GetInstanceForCurrentThread() function in base::trace_event::AllocationContextTracker
105 GetInstanceForCurrentThread()->thread_name_ = name; in SetCurrentThreadName()
H A Dheap_profiler_event_filter.cc27 return AllocationContextTracker::GetInstanceForCurrentThread(); in GetThreadLocalTracker()
H A Dheap_profiler_allocation_context_tracker.h81 static AllocationContextTracker* GetInstanceForCurrentThread();
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/base/trace_event/
Dheap_profiler.h71 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedTaskExecutionTracker()
80 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedTaskExecutionTracker()
96 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedStackFrame()
105 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedStackFrame()
121 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedIgnore()
130 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedIgnore()
/aosp_15_r20/external/cronet/base/trace_event/
H A Dheap_profiler.h49 AllocationContextTracker::GetInstanceForCurrentThread() in HeapProfilerScopedTaskExecutionTracker()
58 AllocationContextTracker::GetInstanceForCurrentThread() in ~HeapProfilerScopedTaskExecutionTracker()
69 GetInstanceForCurrentThread() in HeapProfilerCurrentTaskContext()
H A Dheap_profiler_allocation_context_tracker.cc44 AllocationContextTracker::GetInstanceForCurrentThread() { in GetInstanceForCurrentThread() function in base::trace_event::AllocationContextTracker
68 GetInstanceForCurrentThread()->thread_name_ = name; in SetCurrentThreadName()
H A Dheap_profiler_allocation_context_tracker.h54 static AllocationContextTracker* GetInstanceForCurrentThread();
/aosp_15_r20/external/cronet/base/win/
H A Dmessage_window.cc39 static MessageWindowMap& GetInstanceForCurrentThread() { in GetInstanceForCurrentThread() function in __anon983297d80111::MessageWindowMap
193 auto& message_window_map = MessageWindowMap::GetInstanceForCurrentThread(); in WindowProc()
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc283 trace_event::AllocationContextTracker::GetInstanceForCurrentThread(); in CaptureNativeStack()