Searched refs:sentinel_ (Results 1 – 5 of 5) sorted by relevance
110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore()111 NodeType* last_node = list->sentinel_.previous_node_; in MoveBefore()119 list->sentinel_.next_node_ = &list->sentinel_; in MoveBefore()120 list->sentinel_.previous_node_ = &list->sentinel_; in MoveBefore()203 NodeType sentinel_; variable209 inline IntrusiveList<NodeType>::IntrusiveList() : sentinel_() { in IntrusiveList()210 sentinel_.next_node_ = &sentinel_; in IntrusiveList()211 sentinel_.previous_node_ = &sentinel_; in IntrusiveList()212 sentinel_.is_sentinel_ = true; in IntrusiveList()216 IntrusiveList<NodeType>::IntrusiveList(IntrusiveList&& list) : sentinel_() { in IntrusiveList()[all …]
25 sentinel_ = chunk->area_end(); in InvalidatedSlotsFilter()30 invalidated_start_ = sentinel_; in InvalidatedSlotsFilter()31 invalidated_end_ = sentinel_; in InvalidatedSlotsFilter()
22 DCHECK_LT(slot, sentinel_); in IsValid()37 invalidated_start_ = sentinel_; in IsValid()38 invalidated_end_ = sentinel_; in IsValid()
40 Address sentinel_; variable