Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dlist.h112 T* other_prev = other->list_node().prev(); in InsertBefore() local
114 element->list_node().set_prev(other_prev); in InsertBefore()
116 if (other_prev) { in InsertBefore()
117 other_prev->list_node().set_next(element); in InsertBefore()