• Home
  • Raw
  • Download

Lines Matching defs:heapSource

246 static void describeBlocks(const HeapSource *heapSource)  in describeBlocks()
282 static int isValidAddress(const HeapSource *heapSource, const u1 *addr) in isValidAddress()
296 static void *allocateBlocks(HeapSource *heapSource, size_t blocks) in allocateBlocks()
349 static size_t addressToBlock(const HeapSource *heapSource, const void *addr) in addressToBlock()
357 static u1 *blockToAddress(const HeapSource *heapSource, size_t block) in blockToAddress()
366 static void clearBlock(HeapSource *heapSource, size_t block) in clearBlock()
377 static void clearFromSpace(HeapSource *heapSource) in clearFromSpace()
406 static void enqueueBlock(HeapSource *heapSource, size_t block) in enqueueBlock()
424 static void promoteBlockByAddr(HeapSource *heapSource, const void *addr) in promoteBlockByAddr()
443 HeapSource *heapSource; in dvmHeapSourceStartup() local
531 HeapSource *heapSource; in dvmHeapSourceGetValue() local
585 HeapSource *heapSource; in dvmHeapSourceAlloc() local
640 HeapSource *heapSource; in allocateGray() local
663 HeapSource *heapSource = gDvm.gcHeap->heapSource; in dvmHeapSourceContainsAddress() local
673 HeapSource *heapSource; in dvmHeapSourceContains() local
765 HeapSource *heapSource = gDvm.gcHeap->heapSource; in dvmHeapSourceFlip() local
787 HeapSource *heapSource = gDvm.gcHeap->heapSource; in room() local
795 HeapSource *heapSource; in isSpaceInternal() local
1881 static void scavengeBlock(HeapSource *heapSource, size_t block) in scavengeBlock()
1938 static void verifyBlock(HeapSource *heapSource, size_t block) in verifyBlock()
1975 static void describeBlockQueue(const HeapSource *heapSource) in describeBlockQueue()
2005 HeapSource *heapSource; in scavengeBlockQueue() local
2028 HeapSource *heapSource = gDvm.gcHeap->heapSource; in verifyNewSpace() local
2052 HeapSource *heapSource = gDvm.gcHeap->heapSource; in describeHeap() local