Searched refs:GetPrev (Results 1 – 13 of 13) sorted by relevance
64 node->LinkPrev(first_->GetPrev()); in AddNodeToFront()87 last_ = node->GetPrev(); in RemoveNode()96 T *prev = node->GetPrev(); in RemoveNode()
60 Area *GetPrev() const in GetPrev() function
97 Region *GetPrev() const in GetPrev() function
48 if (node->GetPrev() != nullptr) { in FreeNode()49 node->GetPrev()->SetNext(node->GetNext()); in FreeNode()52 node->GetNext()->SetPrev(node->GetPrev()); in FreeNode()177 *last = list->GetPrev(); in DisposeGlobalHandle()
76 Node *GetPrev() const in GetPrev() function171 inline NodeList *GetPrev() const in GetPrev() function
55 ref_block_ = ref_block_->GetPrev();116 RefBlock *GetPrev() const in GetPrev() function
262 auto *prev = last_block->GetPrev(); in PopLocalFrame()
530 free_tail_ = free_tail_->GetPrev(); in GetNewRunSlots()615 current = current->GetPrev(); in IsInMemPools()639 current_pool = current_pool->GetPrev(); in IterateOverObjects()652 PoolListElement *tmp = current_pool->GetPrev(); in VisitAllPools()667 PoolListElement *tmp = current_pool->GetPrev(); in VisitAllPoolsWithOccupiedSize()687 PoolListElement *tmp = current_pool->GetPrev(); in VisitAndRemoveFreePools()696 PoolListElement *tmp = current_pool->GetPrev(); in VisitAndRemoveFreePools()705 occupied_tail_ = current_pool->GetPrev(); in VisitAndRemoveFreePools()
274 current_pool = current_pool->GetPrev(); in IterateOverObjects()351 MemoryPoolHeader *prev = current_pool->GetPrev(); in VisitAndRemoveFreePools()353 ASSERT(next->GetPrev() == current_pool); in VisitAndRemoveFreePools()
170 MemoryPoolHeader *GetPrev() in GetPrev() function
474 pool->SetPrev(cur->GetPrev()); in SortedInsert()475 cur->GetPrev()->SetNext(pool); in SortedInsert()
190 MemoryPoolHeader *GetPrev() in GetPrev() function
336 PoolListElement *GetPrev() const in GetPrev() function