Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h145 bitmapWord &= GetRangeBitMask(offsetWithinWord, BITSPERWORD); in IterateOverSetBitsInRange()
152 auto mask = GetRangeBitMask(0, GetBitIdxWithinWord(end)); in IterateOverSetBitsInRange()
345 BitmapWordType GetRangeBitMask(size_t beginWithinWord, size_t endWithinWord) const in GetRangeBitMask() function
377 mask = GetRangeBitMask(GetBitIdxWithinWord(begin), BITSPERWORD); in ModifyRangeWithinWord()
380 mask = GetRangeBitMask(GetBitIdxWithinWord(begin), GetBitIdxWithinWord(end)); in ModifyRangeWithinWord()