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

  /art/runtime/gc/accounting/
bitmap-inl.h 87 const uintptr_t ptr_base = WordIndexToBitIndex(index_start);
99 const uintptr_t ptr_base = WordIndexToBitIndex(i);
123 const uintptr_t ptr_base = WordIndexToBitIndex(index_end);
bitmap.h 53 static ALWAYS_INLINE constexpr T WordIndexToBitIndex(T word_index) {

Completed in 208 milliseconds