Home
last modified time | relevance | path

Searched refs:UnwindQueue (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/profiling/perf/
Dunwind_queue.h46 class UnwindQueue {
48 UnwindQueue() { in UnwindQueue() function
53 UnwindQueue(const UnwindQueue&) = delete;
54 UnwindQueue& operator=(const UnwindQueue&) = delete;
55 UnwindQueue(UnwindQueue&&) = delete;
56 UnwindQueue& operator=(UnwindQueue&&) = delete;
Dunwind_queue_unittest.cc27 UnwindQueue<int, kCapacity> queue; in TEST()
63 UnwindQueue<int, kCapacity> queue; in TEST()
Dunwinding.h104 UnwindQueue<UnwindEntry, kUnwindQueueCapacity>& unwind_queue() { in unwind_queue()
239 UnwindQueue<UnwindEntry, kUnwindQueueCapacity> unwind_queue_;