Home
last modified time | relevance | path

Searched refs:FreeListNext (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dpersistent-node.h49 PersistentNode* FreeListNext() const { in FreeListNext() function in cppgc::internal::final
101 free_list_head_ = free_list_head_->FreeListNext(); in TryAllocateNodeFromFreeList()
/third_party/node/deps/v8/include/cppgc/internal/
H A Dpersistent-node.h51 PersistentNode* FreeListNext() const { in FreeListNext() function in cppgc::internal::final
103 free_list_head_ = free_list_head_->FreeListNext(); in TryAllocateNodeFromFreeList()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dpersistent-node.cc100 PersistentNode* first_next = (*slots)[0].FreeListNext(); in Trace()

Completed in 2 milliseconds