Home
last modified time | relevance | path

Searched defs:isMarked (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dspace.cpp243 bool isMarked = false; in Sweep() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drem_set-inl.h303 auto isMarked = bitmap.Check(RemSet<>::GetIdxInBitmap(addr, bitmapBeginAddr)); in IterateOverUniqueRange() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_marker.h224 bool isMarked = atomicMarkFlag_ ? object->IsMarkedForGC<true>() : object->IsMarkedForGC<false>(); in IsMarked() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp627 bool isMarked = false; in Sweep() local

Completed in 3 milliseconds