Searched refs:next_index_ (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp106 kSancovSinkName, vmo_name_, next_index_ - 1);
119 u32 next_index_ = 0; member in class:__sancov::__anon2526::final
123 size_t DataSize() const { return next_index_ * sizeof(uintptr_t); }
129 if (next_index_ == 0) {
134 next_index_ = 1 + num_guards;
160 // elements [1, next_index_) of the big array.
175 uint32_t first_index = next_index_;
176 next_index_ += num_guards;

Completed in 49 milliseconds