Lines Matching refs:base
74 uintptr_t base; member
92 bool dvmHeapBitmapInit(HeapBitmap *hb, const void *base, size_t maxSize,
119 uintptr_t end = HB_OFFSET_TO_INDEX(bitmap->max - bitmap->base); in HB_INLINE_PROTO()
125 uintptr_t ptrBase = HB_INDEX_TO_OFFSET(i) + bitmap->base; in HB_INLINE_PROTO()
157 uintptr_t end = HB_OFFSET_TO_INDEX(bitmap->max - bitmap->base); in HB_INLINE_PROTO()
163 uintptr_t ptrBase = HB_INDEX_TO_OFFSET(i) + bitmap->base; in HB_INLINE_PROTO()
164 void *finger = (void *)(HB_INDEX_TO_OFFSET(i + 1) + bitmap->base); in HB_INLINE_PROTO()
171 end = HB_OFFSET_TO_INDEX(bitmap->max - bitmap->base); in HB_INLINE_PROTO()
200 const uintptr_t offset = (uintptr_t)obj - hb->base; in HB_INLINE_PROTO()
216 const uintptr_t offset = (uintptr_t)obj - hb->base; in HB_INLINE_PROTO()
221 assert((uintptr_t)obj >= hb->base); in HB_INLINE_PROTO()
295 assert((uintptr_t)obj >= hb->base); in HB_INLINE_PROTO()
298 const uintptr_t offset = (uintptr_t)obj - hb->base; in HB_INLINE_PROTO()