Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DCopying.cpp246 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
[all …]
DHeapInternal.h27 HeapSource *heapSource; member