Home
last modified time | relevance | path

Searched defs:liveBitmap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator-inl.h241 … auto liveBitmap = this->GetRegion(reinterpret_cast<ObjectHeader *>(mem))->GetLiveBitmap(); in Alloc() local
631 auto liveBitmap = this->GetRegion(reinterpret_cast<ObjectHeader *>(mem))->GetLiveBitmap(); in Alloc() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp316 auto liveBitmap = region->GetLiveBitmap(); in operator ()() local