Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dspace_bitmap-inl.h38 const uword mask = OffsetToMask(offset); in AtomicTestAndSet()
61 return (bitmap_begin_[OffsetToIndex(offset)] & OffsetToMask(offset)) != 0; in Test()
164 const uword mask = OffsetToMask(offset); in Modify()
Dspace_bitmap.h71 static constexpr uword OffsetToMask(uintptr_t offset) { in OffsetToMask() function