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 78 uintptr_t ptr_base = IndexToOffset(word_start) + heap_begin_;
91 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
111 uintptr_t ptr_base = IndexToOffset(word_end) + heap_begin_;
space_bitmap.cc 112 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
156 uintptr_t ptr_base = IndexToOffset(i) + live_bitmap.heap_begin_;
250 IndexToOffset(bitmap_size_ / kWordSize)));
257 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
space_bitmap.h 70 static uintptr_t IndexToOffset(size_t index) {
155 return IndexToOffset(Size() / kWordSize);

Completed in 110 milliseconds