Home
last modified time | relevance | path

Searched defs:ptr_base (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/accounting/
Dspace_bitmap-inl.h108 const uintptr_t ptr_base = IndexToOffset(index_start) + heap_begin_; in VisitMarkedRange() local
121 const uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; in VisitMarkedRange() local
147 const uintptr_t ptr_base = IndexToOffset(index_end) + heap_begin_; in VisitMarkedRange() local
Dspace_bitmap.cc113 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; in Walk() local
161 uintptr_t ptr_base = IndexToOffset(i) + live_bitmap.heap_begin_; in SweepWalk() local
257 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; in InOrderWalk() local