Home | History | Annotate | Download | only in alloc

Lines Matching refs:uintptr_t

274     assert((uintptr_t)addr % SYSTEM_PAGE_SIZE == 0);
286 block = (uintptr_t)addr >> BLOCK_SHIFT;
353 return (((uintptr_t)addr) >> BLOCK_SHIFT) - heapSource->baseBlock;
361 addr = (u1 *) (((uintptr_t) heapSource->baseBlock + block) * BLOCK_SIZE);
459 heapSource->baseBlock = (uintptr_t) heapSource->blockBase >> BLOCK_SHIFT;
460 heapSource->limitBlock = ((uintptr_t) heapSource->blockBase + heapSource->maximumSize) >> BLOCK_SHIFT;
848 return (uintptr_t)addr & 0x1;
853 *(unsigned long *)fromObj = (uintptr_t)toObj | 0x1;
858 return (void *)((uintptr_t)fromObj & ~0x1);
863 return (uintptr_t)obj & 0x1;
868 return (void *)((uintptr_t)obj & ~0x1);
1368 // LOG_SCAV("forwarding %p @ %p to %p", *obj, obj, (void *)((uintptr_t)clazz & ~0x1));
1393 assert(!((uintptr_t)obj->clazz & 0x1));
1709 assert((uintptr_t)saveArea->prevFrame > (uintptr_t)framePtr ||
1837 assert((uintptr_t)saveArea->prevFrame > (uintptr_t)framePtr ||