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

  /dalvik/vm/alloc/
CardTable.cpp 57 void *heapBase = dvmHeapSourceGetBase();
59 assert(heapBase != NULL);
77 ((uintptr_t)heapBase >> GC_CARD_SHIFT));
HeapSource.cpp 162 char *heapBase;
372 hs->heaps[0].base = hs->heapBase;
373 hs->heaps[0].limit = hs->heapBase + maximumSize;
374 hs->heaps[0].brk = hs->heapBase + kInitialMorecoreStart;
608 hs->heapBase = (char *)base;
704 munmap(hs->heapBase, hs->heapLength);
717 return gHs->heapBase;
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 234 uint8_t *heapBase = (uint8_t*)heap->base();
236 if (heapBase != NULL) {
237 const jbyte* data = reinterpret_cast<const jbyte*>(heapBase + offset);
    [all...]

Completed in 84 milliseconds