Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dfree-list.cc110 Entry* other_tail = other.free_list_tails_[index]; in Append() local
112 if (other_tail) { in Append()
113 other_tail->SetNext(this_head); in Append()
115 this->free_list_tails_[index] = other_tail; in Append()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs27397 if let Some(mut other_tail) = other.tail.take() {
27399 head.as_mut().prev = Some(other_tail);
27400 other_tail.as_mut().next = Some(head);