Home
last modified time | relevance | path

Searched defs:bit_index (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
Dbitmap.h56 static ALWAYS_INLINE constexpr uintptr_t BitIndexToMask(uintptr_t bit_index) { in BitIndexToMask()
60 ALWAYS_INLINE bool SetBit(size_t bit_index) { in SetBit()
64 ALWAYS_INLINE bool ClearBit(size_t bit_index) { in ClearBit()
94 ALWAYS_INLINE void CheckValidBitIndex(size_t bit_index) const { in CheckValidBitIndex()
145 ALWAYS_INLINE uintptr_t AddrFromBitIndex(size_t bit_index) const { in AddrFromBitIndex()
Dbitmap-inl.h33 inline bool Bitmap::AtomicTestAndSetBit(uintptr_t bit_index) { in AtomicTestAndSetBit()
51 inline bool Bitmap::TestBit(uintptr_t bit_index) const { in TestBit()
133 inline bool Bitmap::ModifyBit(uintptr_t bit_index) { in ModifyBit()
Dmod_union_table.cc559 [this, callback, arg](size_t bit_index) { in VisitObjects()
/art/libdexfile/dex/
Dcompact_offset_table.cc40 const size_t bit_index = index % kElementsPerIndex; in GetOffset() local