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

/dalvik/vm/alloc/
H A DHeapInternal.h27 HeapSource *heapSource; member in struct:GcHeap
H A DCopying.cpp143 static void enqueueBlock(HeapSource *heapSource, size_t block);
246 static void describeBlocks(const HeapSource *heapSource) argument
248 for (size_t i = 0; i < heapSource->totalBlocks; ++i) {
250 printf("%d ", heapSource->blockSpace[i]);
282 static int isValidAddress(const HeapSource *heapSource, const u1 *addr) argument
287 return heapSource->baseBlock <= block &&
288 heapSource->limitBlock > block;
296 static void *allocateBlocks(HeapSource *heapSource, size_t blocks) argument
298 size_t allocBlocks = heapSource->allocBlocks;
299 size_t totalBlocks = heapSource
349 addressToBlock(const HeapSource *heapSource, const void *addr) argument
357 blockToAddress(const HeapSource *heapSource, size_t block) argument
366 clearBlock(HeapSource *heapSource, size_t block) argument
377 clearFromSpace(HeapSource *heapSource) argument
406 enqueueBlock(HeapSource *heapSource, size_t block) argument
424 promoteBlockByAddr(HeapSource *heapSource, const void *addr) argument
443 HeapSource *heapSource; local
531 HeapSource *heapSource; local
585 HeapSource *heapSource; local
640 HeapSource *heapSource; local
663 HeapSource *heapSource = gDvm.gcHeap->heapSource; local
673 HeapSource *heapSource; local
765 HeapSource *heapSource = gDvm.gcHeap->heapSource; local
787 HeapSource *heapSource = gDvm.gcHeap->heapSource; local
795 HeapSource *heapSource; local
[all...]

Completed in 103 milliseconds