HomeSort by relevance Sort by last modified time
    Searched refs:OffsetBitIndex (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/accounting/
space_bitmap.h 70 ALWAYS_INLINE static constexpr uintptr_t OffsetBitIndex(uintptr_t offset) {
76 return static_cast<size_t>(1) << OffsetBitIndex(offset);
space_bitmap.cc 120 while (begin_offset < end_offset && OffsetBitIndex(begin_offset) != 0) {
124 while (begin_offset < end_offset && OffsetBitIndex(end_offset) != 0) {

Completed in 48 milliseconds