Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_buffer.cc39 queue_head_ = NextQueueIndex(queue_head_); in GetChunk()
64 queue_tail_ = NextQueueIndex(queue_tail_); in ReturnChunk()
93 current_iteration_index_ = NextQueueIndex(current_iteration_index_); in NextChunk()
105 queue_index = NextQueueIndex(queue_index)) { in CloneForIteration()
119 queue_index = NextQueueIndex(queue_index)) { in EstimateTraceMemoryOverhead()
180 size_t NextQueueIndex(size_t index) const { in NextQueueIndex() function in base::trace_event::__anonb54da8c60111::TraceBufferRingBuffer