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

  /art/runtime/gc/accounting/
space_bitmap-inl.h 108 const uintptr_t ptr_base = IndexToOffset(index_start) + heap_begin_;
121 const uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
147 const uintptr_t ptr_base = IndexToOffset(index_end) + heap_begin_;
space_bitmap.cc 113 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
161 uintptr_t ptr_base = IndexToOffset(i) + live_bitmap.heap_begin_;
249 IndexToOffset(bitmap_size_ / kWordSize)));
257 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
space_bitmap.h 66 static constexpr T IndexToOffset(T index) {
160 return IndexToOffset<uint64_t>(Size() / kWordSize);

Completed in 48 milliseconds