Home
last modified time | relevance | path

Searched refs:GetBitMapSizeInByte (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.cpp119 auto bitmapData = allocator->Alloc(MarkBitmap::GetBitMapSizeInByte(Size())); in CreateMarkBitmap()
131 auto bitmapData = allocator->Alloc(MarkBitmap::GetBitMapSizeInByte(Size())); in CreateLiveBitmap()
Dpygote_space_allocator-inl.h202 auto bitmapData = allocator->Alloc(MarkBitmap::GetBitMapSizeInByte(heapSize)); in CreateLiveBitmap()
Drunslots_allocator.h379 … using BitMapStorageType = std::array<uint8_t, MemBitmapClass::GetBitMapSizeInByte(MIN_POOL_SIZE)>;
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h441 inline static constexpr size_t GetBitMapSizeInByte(size_t heapSize) in GetBitMapSizeInByte() function