Home | History | Annotate | Download | only in alloc

Lines Matching defs:base

48     madvise(stack->base, length, MADV_NORMAL);
49 stack->top = stack->base;
60 madvise(stack->base, stack->length, MADV_DONTNEED);
70 assert(stack->base <= stack->top);
83 assert(stack->base < stack->top);
475 assert(ctx->stack.top >= ctx->stack.base);
477 while (stack->top > stack->base) {
500 static Object *nextGrayObject(const u1 *base, const u1 *limit,
505 assert(base < limit);
506 assert(limit - base <= GC_CARD_SIZE);
507 for (ptr = base; ptr < limit; ptr += HB_OBJECT_ALIGNMENT) {
558 const u1 *base, *limit, *ptr, *dirty;
562 base = &h->cardTableBase[0];
566 ptr = base;
918 uintptr_t base[HEAP_SOURCE_MAX_HEAP_COUNT];
925 dvmHeapSourceGetRegions(base, max, numHeaps);
927 assert((uintptr_t)gDvm.gcHeap->markContext.immuneLimit == base[0]);
937 dvmHeapBitmapSweepWalk(prevLive, prevMark, base[i], max[i],