Home
last modified time | relevance | path

Searched refs:GetPrev (Results 1 – 13 of 13) sorted by relevance

/ark/js_runtime/ecmascript/mem/
Decma_list.h64 node->LinkPrev(first_->GetPrev()); in AddNodeToFront()
87 last_ = node->GetPrev(); in RemoveNode()
96 T *prev = node->GetPrev(); in RemoveNode()
Darea.h60 Area *GetPrev() const in GetPrev() function
Dregion.h97 Region *GetPrev() const in GetPrev() function
/ark/js_runtime/ecmascript/
Decma_global_storage-inl.h48 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()
Decma_global_storage.h76 Node *GetPrev() const in GetPrev() function
171 inline NodeList *GetPrev() const in GetPrev() function
/ark/runtime_core/runtime/mem/refstorage/
Dref_block.h55 ref_block_ = ref_block_->GetPrev();
116 RefBlock *GetPrev() const in GetPrev() function
Dreference_storage.cpp262 auto *prev = last_block->GetPrev(); in PopLocalFrame()
/ark/runtime_core/runtime/mem/
Drunslots_allocator-inl.h530 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()
Dfreelist_allocator-inl.h274 current_pool = current_pool->GetPrev(); in IterateOverObjects()
351 MemoryPoolHeader *prev = current_pool->GetPrev(); in VisitAndRemoveFreePools()
353 ASSERT(next->GetPrev() == current_pool); in VisitAndRemoveFreePools()
Dhumongous_obj_allocator.h170 MemoryPoolHeader *GetPrev() in GetPrev() function
Dhumongous_obj_allocator-inl.h474 pool->SetPrev(cur->GetPrev()); in SortedInsert()
475 cur->GetPrev()->SetNext(pool); in SortedInsert()
Dfreelist_allocator.h190 MemoryPoolHeader *GetPrev() in GetPrev() function
Drunslots_allocator.h336 PoolListElement *GetPrev() const in GetPrev() function