Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dtrace_event_impl.cc130 queue_head_ = NextQueueIndex(queue_head_); in GetChunk()
156 queue_tail_ = NextQueueIndex(queue_tail_); in ReturnChunk()
187 current_iteration_index_ = NextQueueIndex(current_iteration_index_); in NextChunk()
199 queue_index = NextQueueIndex(queue_index)) { in CloneForIteration()
261 size_t NextQueueIndex(size_t index) const { in NextQueueIndex() function in base::debug::__anonf7fff92a0111::TraceBufferRingBuffer