Home
last modified time | relevance | path

Searched refs:DEAD_OBJECT (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
H A Dmem.h239 DEAD_OBJECT, member in panda::ObjectStatus
262 return ObjectStatus::DEAD_OBJECT; in GCKillEmAllVisitor()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dmem.h271 DEAD_OBJECT, member in ark::ObjectStatus
292 return ObjectStatus::DEAD_OBJECT; in GCKillEmAllVisitor()
/arkcompiler/runtime_core/static_core/runtime/
H A Dstring_table.cpp248 ASSERT(gcObjectVisitor(object) != ObjectStatus::DEAD_OBJECT); in Sweep()
253 } else if (gcObjectVisitor(object) == ObjectStatus::DEAD_OBJECT) { in Sweep()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
H A Dstw-gc.cpp160 if (status == ObjectStatus::DEAD_OBJECT) { in SweepImpl()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_marker.h241 IsMarked<REVERSED_MARK>(object) ? ObjectStatus::ALIVE_OBJECT : ObjectStatus::DEAD_OBJECT; in MarkChecker()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp238 return ObjectStatus::DEAD_OBJECT; in RegionPromotionImpl()
322 return ObjectStatus::DEAD_OBJECT; in operator ()()
476 return ObjectStatus::DEAD_OBJECT; in RegionCompactingImpl()
1894 return ObjectStatus::DEAD_OBJECT; in SweepNonRegularVmRefs()
1897 return this->IsMarked(object) ? ObjectStatus::ALIVE_OBJECT : ObjectStatus::DEAD_OBJECT; in SweepNonRegularVmRefs()
1908 return ObjectStatus::DEAD_OBJECT; in SweepRegularVmRefs()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H A Dgen-gc.cpp625 if (status == ObjectStatus::DEAD_OBJECT) { in Sweep()
662 return ObjectStatus::DEAD_OBJECT; in SweepYoungVmRefs()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dallocator_test_base.h912 return ObjectStatus::DEAD_OBJECT; in MtAllocIterateTest()
960 return ObjectStatus::DEAD_OBJECT; in MtAllocCollectTest()
1059 return ObjectStatus::DEAD_OBJECT; in ReturnDeadAndPutInSet()
1286 object->IsMarkedForGC() ? ObjectStatus::DEAD_OBJECT : ObjectStatus::ALIVE_OBJECT; in MtAllocCollectRun()
H A Dregion_allocator_test.cpp924 allocator.CollectAndRemoveFreeRegions(REGION_VISITOR, [](ObjectHeader *) { return ObjectStatus::DEAD_OBJECT; }); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dhumongous_obj_allocator-inl.h136 if (deathCheckerFn(objectHeader) == ObjectStatus::DEAD_OBJECT) { in Collect()
H A Dfreelist_allocator-inl.h228 if (deathCheckerFn(mem) == ObjectStatus::DEAD_OBJECT) { in Collect()
H A Dregion_allocator-inl.h753 if (deathChecker(objectToProceed) == ObjectStatus::DEAD_OBJECT) { in Collect()
H A Drunslots_allocator-inl.h237 if (deathCheckerFn(objectHeader) == ObjectStatus::DEAD_OBJECT) { in Collect()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.cpp595 if (gcObjectVisitor((*it)->GetCoreType()) == ObjectStatus::DEAD_OBJECT) { in SweepVmRefs()

Completed in 22 milliseconds