Searched refs:target_buffer_reservations_ (Results 1 – 2 of 2) sorted by relevance
698 target_buffer_reservations_[reserved_id]; in BindStartupTargetBufferImpl()807 auto it_and_inserted = target_buffer_reservations_.insert( in CreateTraceWriterInternal()882 const auto it = target_buffer_reservations_.find(chunk.target_buffer()); in ReplaceCommitPlaceholderBufferIdsLocked()883 PERFETTO_DCHECK(it != target_buffer_reservations_.end()); in ReplaceCommitPlaceholderBufferIdsLocked()893 const auto it = target_buffer_reservations_.find(chunk.target_buffer()); in ReplaceCommitPlaceholderBufferIdsLocked()894 PERFETTO_DCHECK(it != target_buffer_reservations_.end()); in ReplaceCommitPlaceholderBufferIdsLocked()912 target_buffer_reservations_.begin(), target_buffer_reservations_.end(), in UpdateFullyBoundLocked()
289 target_buffer_reservations_; variable