Searched refs:ptr2heap (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapSource.c278 ptr2heap(const HeapSource *hs, const void *ptr) function
961 heap = ptr2heap(gHs, *ptrs);
985 assert(ptr2heap(gHs, ptrs[0]) == heap);
994 assert(ptr2heap(gHs, ptrs[i]) == heap);
1012 assert(ptr2heap(gHs, ptrs[i]) == heap);
1065 heap = ptr2heap(hs, ptr);
1093 heap = ptr2heap(gHs, ptr);

Completed in 63 milliseconds