Home
last modified time | relevance | path

Searched refs:CollectAndMove (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dbump-allocator.h121 // Only for CollectAndMove.
130 void CollectAndMove(const GCObjectVisitor &deathChecker, const ObjectMoveVisitorT &objectMoveVisitor);
H A Dtlab.h174 void CollectAndMove(const GCObjectVisitor &deathChecker, const ObjectMoveVisitorT &objectMoveVisitor) in CollectAndMove() function in ark::mem::TLAB
176 LOG_TLAB_ALLOCATOR(DEBUG) << "CollectAndMove started"; in CollectAndMove()
180 LOG_TLAB_ALLOCATOR(DEBUG) << "CollectAndMove found alive object with addr " << objectHeader; in CollectAndMove()
184 LOG_TLAB_ALLOCATOR(DEBUG) << "CollectAndMove finished"; in CollectAndMove()
H A Dbump-allocator-inl.h256 void BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::CollectAndMove( in CollectAndMove() function in ark::mem::BumpPointerAllocator
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.h301 bool CollectAndMove(const CollectionSet &collectionSet);
304 * Collect verification info for CollectAndMove phase
H A Dg1-gc.cpp826 CollectAndMove<true>(cs); in CollectAndMoveTenuredRegions()
839 CollectAndMove<true>(cs); in CollectAndMoveYoungRegions()
1278 CollectAndMove<false>(collectibleRegions); in RunGC()
1439 LOG(FATAL, GC) << "Heap was corrupted during CollectAndMove GC phase, HeapVerifier found " << failsCount in VerifyCollectAndMove()
1508 bool G1GC<LanguageConfig>::CollectAndMove(const CollectionSet &collectionSet) in CollectAndMove() function in ark::mem::G1GC
1511 LOG_DEBUG_GC << "== G1GC CollectAndMove start =="; in CollectAndMove()
1549 LOG_DEBUG_GC << "== G1GC CollectAndMove end =="; in CollectAndMove()

Completed in 7 milliseconds