Home
last modified time | relevance | path

Searched refs:GetBitMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.cpp200 allocator->Delete(liveBitmap_->GetBitMap().data()); in Destroy()
205 allocator->Delete(markBitmap_->GetBitMap().data()); in Destroy()
Dpygote_space_allocator-inl.h48 allocator->Delete(bitmap->GetBitMap().data()); in ~PygoteSpaceAllocator()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h50 Span<BitmapWordType> GetBitMap() in GetBitMap() function