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 111 const uintptr_t ptr_base = IndexToOffset(index_start) + heap_begin_;
124 const uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
151 const uintptr_t ptr_base = IndexToOffset(index_end) + heap_begin_;
173 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
space_bitmap.h 72 static constexpr T IndexToOffset(T index) {
178 return IndexToOffset<uint64_t>(Size() / sizeof(intptr_t));
space_bitmap.cc 189 uintptr_t ptr_base = IndexToOffset(i) + live_bitmap.heap_begin_;

Completed in 1601 milliseconds