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

/dalvik/vm/alloc/
H A DHeapSource.cpp233 static Heap *ptr2heap(const HeapSource *hs, const void *ptr) function
917 Heap* heap = ptr2heap(gHs, *ptrs);
941 assert(ptr2heap(gHs, ptrs[0]) == heap);
948 assert(ptr2heap(gHs, ptrs[i]) == heap);
965 assert(ptr2heap(gHs, ptrs[i]) == heap);
1003 Heap *heap = ptr2heap(hs, obj);
1025 Heap* heap = ptr2heap(gHs, ptr);

Completed in 105 milliseconds