Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h548 firstMarked = BitOffsetToAddr(bitOffset); in FindFirstMarkedChunks()
559 visitor(BitOffsetToAddr(bitOffset)); in IterateOverMarkedChunks()
568 … IterateOverBits([&visitor, this](size_t bitOffset) { visitor(BitOffsetToAddr(bitOffset)); }); in IterateOverChunks()
591 return visitor(BitOffsetToAddr(bitOffset)); in IterateOverMarkedChunkInRangeInterruptible()
616 … [&visitor, this](size_t bitOffset) { visitor(BitOffsetToAddr(bitOffset)); }); in IterateOverChunkInRange()
643 void *BitOffsetToAddr(size_t bitOffset) const in BitOffsetToAddr() function