Searched refs:list_node_ (Results 1 – 5 of 5) sorted by relevance
201 heap::ListNode<MemoryChunk>& list_node() { return list_node_; } in list_node()202 const heap::ListNode<MemoryChunk>& list_node() const { return list_node_; } in list_node()277 heap::ListNode<MemoryChunk> list_node_; variable
273 Page* next_page() { return static_cast<Page*>(list_node_.next()); } in next_page()274 Page* prev_page() { return static_cast<Page*>(list_node_.prev()); } in prev_page()277 return static_cast<const Page*>(list_node_.next()); in next_page()280 return static_cast<const Page*>(list_node_.prev()); in prev_page()
45 LargePage* next_page() { return static_cast<LargePage*>(list_node_.next()); } in next_page()47 return static_cast<const LargePage*>(list_node_.next()); in next_page()
454 DCHECK_EQ(reinterpret_cast<Address>(&chunk->list_node_) - chunk->address(), in ValidateOffsets()
558 cur = cur.list_node_.next_;574 cur = cur.list_node_.next_;