Lines Matching refs:mHeapCache
67 KeyedVector< wp<IBinder>, heap_info_t > mHeapCache; member in android::HeapCache
425 ssize_t i = mHeapCache.indexOfKey(binder); in find_heap()
427 heap_info_t& info = mHeapCache.editValueAt(i); in find_heap()
443 mHeapCache.add(binder, info); in find_heap()
457 ssize_t i = mHeapCache.indexOfKey(binder); in free_heap()
459 heap_info_t& info(mHeapCache.editValueAt(i)); in free_heap()
468 rel = mHeapCache.valueAt(i).heap; in free_heap()
469 mHeapCache.removeItemsAt(i); in free_heap()
481 ssize_t i = mHeapCache.indexOfKey(binder); in get_heap()
482 if (i>=0) realHeap = mHeapCache.valueAt(i).heap; in get_heap()
490 int c = mHeapCache.size(); in dump_heaps()
492 const heap_info_t& info = mHeapCache.valueAt(i); in dump_heaps()
495 mHeapCache.keyAt(i).unsafe_get(), in dump_heaps()