Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmemory-chunk.h201 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
Dspaces.h273 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()
Dlarge-spaces.h45 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()
Dmemory-chunk.cc454 DCHECK_EQ(reinterpret_cast<Address>(&chunk->list_node_) - chunk->address(), in ValidateOffsets()
/third_party/node/deps/v8/tools/
Dwindbg.js558 cur = cur.list_node_.next_;
574 cur = cur.list_node_.next_;