Home
last modified time | relevance | path

Searched defs:marked (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_desc.h264 bool marked = GetOrAllocMarkBitmap()->MarkBits(offset); in MarkObject() local
279 bool marked = GetOrAllocResurrectBitmap()->MarkBits(offset); in ResurrentObject() local
294 bool marked = GetOrAllocEnqueueBitmap()->MarkBits(offset); in EnqueueObject() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h608 bool marked; in CallForMarkedChunkInHumongousRegion() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp247 bool marked = false; in MarkLiveRec() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcleanup.cpp306 bool marked = false; in MarkLiveRec() local
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.cpp390 bool marked = regionInfo->MarkObject(obj); in PushRootToWorkStack() local
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp46 bool marked = RegionSpace::MarkObject(obj); in MarkObject() local