Searched defs:ptrBase (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapBitmap.cpp108 uintptr_t ptrBase = HB_INDEX_TO_OFFSET(i) + bitmap->base; local
111 Object* obj = (Object *)(ptrBase + shift * HB_OBJECT_ALIGNMENT);
143 uintptr_t ptrBase = HB_INDEX_TO_OFFSET(i) + bitmap->base; local
147 Object *obj = (Object *)(ptrBase + shift * HB_OBJECT_ALIGNMENT);
192 uintptr_t ptrBase = HB_INDEX_TO_OFFSET(i) + liveHb->base; local
196 *pb++ = (void *)(ptrBase + shift * HB_OBJECT_ALIGNMENT);

Completed in 24 milliseconds