Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:list_

126     list_.clear();
134 if (list_.empty() || list_.back()->count == QuarantineBatch::kSize) {
138 QuarantineBatch *b = list_.back();
146 list_.append_back(&c->list_);
152 list_.push_back(b);
157 if (list_.empty())
159 QuarantineBatch *b = list_.front();
160 list_.pop_front();
166 IntrusiveList<QuarantineBatch> list_;
181 list_.push_back(b);