HomeSort by relevance Sort by last modified time
    Searched refs:heapBase (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/alloc/
CardTable.c 55 void *heapBase = dvmHeapSourceGetBase();
57 assert(heapBase != NULL);
73 ((uintptr_t)heapBase >> GC_CARD_SHIFT));
HeapSource.c 193 char *heapBase;
394 heap.base = hs->heapBase;
395 heap.limit = hs->heapBase + heap.absoluteMaxSize;
543 hs->heapBase = base;
625 assert((char *)*gcHeap >= hs->heapBase);
626 assert((char *)*gcHeap < hs->heapBase + hs->heapLength);
631 munmap(hs->heapBase, hs->heapLength);
642 return gHs->heapBase;
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 143 uint8_t *heapBase = (uint8_t*)heap->base();
145 if (heapBase != NULL) {
146 const jbyte* data = reinterpret_cast<const jbyte*>(heapBase + offset);

Completed in 72 milliseconds