Searched defs:OffsetBitIndex (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/gc/accounting/
H A Dspace_bitmap.h60 // See also SpaceBitmap::OffsetBitIndex.
79 ALWAYS_INLINE static constexpr uintptr_t OffsetBitIndex(uintptr_t offset) { function in class:art::gc::accounting::SpaceBitmap
83 // Return the word-wide bit mask corresponding to `OffsetBitIndex(offset)`.
86 return static_cast<size_t>(1) << OffsetBitIndex(offset);

Completed in 38 milliseconds