Home
last modified time | relevance | path

Searched refs:ALIVE_OBJECT (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_marker.h237 return ObjectStatus::ALIVE_OBJECT; in MarkChecker()
241 IsMarked<REVERSED_MARK>(object) ? ObjectStatus::ALIVE_OBJECT : ObjectStatus::DEAD_OBJECT; in MarkChecker()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dtlab.h179 if (deathChecker(objectHeader) == ObjectStatus::ALIVE_OBJECT) { in CollectAndMove()
H A Dbump-allocator-inl.h261 if (deathChecker(objectHeader) == ObjectStatus::ALIVE_OBJECT) { in CollectAndMove()
H A Dregion_allocator-inl.h449 if (deathChecker(object) != ObjectStatus::ALIVE_OBJECT) { in CompactSpecificRegion()
533 if (deathChecker(object) == ObjectStatus::ALIVE_OBJECT) { in PromoteYoungRegion()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dregion_allocator_test.cpp180 return ObjectStatus::ALIVE_OBJECT; in ObjectChecker()
446 return ObjectStatus::ALIVE_OBJECT; in TEST_F()
544 regionsVector, []([[maybe_unused]] ObjectHeader *object) { return ObjectStatus::ALIVE_OBJECT; }, in TEST_F()
591 return ObjectStatus::ALIVE_OBJECT; in TEST_F()
875 return ObjectStatus::ALIVE_OBJECT; in TEST_F()
902 allocator.CollectAndRemoveFreeRegions(REGION_VISITOR, [](ObjectHeader *) { return ObjectStatus::ALIVE_OBJECT; }); in TEST_F()
H A Dallocator_test_base.h1286 object->IsMarkedForGC() ? ObjectStatus::DEAD_OBJECT : ObjectStatus::ALIVE_OBJECT; in MtAllocCollectRun()
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmem.h240 ALIVE_OBJECT, member in panda::ObjectStatus
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp234 return ObjectStatus::ALIVE_OBJECT; in RegionPromotionImpl()
297 return ObjectStatus::ALIVE_OBJECT; in operator ()()
303 return ObjectStatus::ALIVE_OBJECT; in operator ()()
309 return ObjectStatus::ALIVE_OBJECT; in operator ()()
467 return ObjectStatus::ALIVE_OBJECT; in RegionCompactingImpl()
1887 return ObjectStatus::ALIVE_OBJECT; in SweepNonRegularVmRefs()
1897 return this->IsMarked(object) ? ObjectStatus::ALIVE_OBJECT : ObjectStatus::DEAD_OBJECT; in SweepNonRegularVmRefs()
1910 return ObjectStatus::ALIVE_OBJECT; in SweepRegularVmRefs()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dmem.h272 ALIVE_OBJECT, member in ark::ObjectStatus
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H A Dgen-gc.cpp603 return ObjectStatus::ALIVE_OBJECT; in Sweep()
664 return ObjectStatus::ALIVE_OBJECT; in SweepYoungVmRefs()

Completed in 14 milliseconds