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

/dalvik/vm/alloc/
H A DHeapSource.cpp254 static Heap *ptr2heap(const HeapSource *hs, const void *ptr) function
1080 Heap* heap = ptr2heap(gHs, *ptrs);
1092 assert(ptr2heap(gHs, ptrs[i]) == heap);
1101 assert(ptr2heap(gHs, ptrs[i]) == heap);
1139 Heap *heap = ptr2heap(hs, obj);
1161 Heap* heap = ptr2heap(gHs, ptr);

Completed in 15 milliseconds