Home
last modified time | relevance | path

Searched refs:list_node (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dlist.h34 DCHECK(!element->list_node().next()); in PushBack()
35 DCHECK(!element->list_node().prev()); in PushBack()
45 DCHECK(!element->list_node().next()); in PushFront()
46 DCHECK(!element->list_node().prev()); in PushFront()
58 back_ = element->list_node().prev(); in Remove()
61 front_ = element->list_node().next(); in Remove()
63 T* next = element->list_node().next(); in Remove()
64 T* prev = element->list_node().prev(); in Remove()
65 if (next) next->list_node().set_prev(prev); in Remove()
66 if (prev) prev->list_node() in Remove()
[all...]
H A Dnew-spaces.cc26 page->list_node().Initialize(); in InitializePage()
51 current_page = current_page->list_node().next(); in EnsureCurrentCapacity()
59 MemoryChunk* next_current = current_page->list_node().next(); in EnsureCurrentCapacity()
400 CHECK_IMPLIES(page->list_node().prev(), in Verify()
401 page->list_node().prev()->list_node().next() == page); in Verify()
H A Dmemory-chunk.h201 heap::ListNode<MemoryChunk>& list_node() { return list_node_; } in list_node() function in v8::internal::MemoryChunk
202 const heap::ListNode<MemoryChunk>& list_node() const { return list_node_; } in list_node() function in v8::internal::MemoryChunk
H A Dlarge-spaces.cc45 list_node().Initialize();
59 page->list_node().Initialize();
H A Dspaces-inl.h191 current_chunk_ = chunk->list_node().next(); in Next()
H A Dpaged-spaces.cc90 page->list_node().Initialize(); in InitializePage()
H A Dheap.cc1430 chunk = chunk->list_node().next()) in GarbageCollectionEpilogueInSafepoint()
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c255 struct list_head *list_node = lru_file_list; in choose_lru_file_matching() local
259 list_node = &e->node; in choose_lru_file_matching()
265 list_addtail(&entry->node, list_node); in choose_lru_file_matching()
267 if (list_node != lru_file_list) { in choose_lru_file_matching()
269 list_addtail(lru_file_list, list_node); in choose_lru_file_matching()
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c188 struct list_node { struct
190 struct list_node *next;
194 struct list_node *head;
205 struct list_node *curr = (*list)->head; in list_destroy()
206 struct list_node *tmp; in list_destroy()
220 struct list_node *curr; in role_list_destroy()
238 struct list_node *curr; in attr_list_destroy()
275 struct list_node *node = calloc(1, sizeof(*node)); in list_prepend()
898 struct list_node *curr; in cil_print_attr_list()
915 struct list_node *cur in search_attr_list()
[all...]

Completed in 24 milliseconds