Searched defs:ptr_base (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/gc/accounting/
H A Dspace_bitmap-inl.h108 const uintptr_t ptr_base = IndexToOffset(index_start) + heap_begin_; local
111 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
121 const uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; local
124 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
147 const uintptr_t ptr_base = IndexToOffset(index_end) + heap_begin_; local
150 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
H A Dspace_bitmap.cc113 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; local
116 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
161 uintptr_t ptr_base = IndexToOffset(i) + live_bitmap.heap_begin_; local
165 *pb++ = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
257 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; local
260 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);

Completed in 47 milliseconds