HomeSort by relevance Sort by last modified time
    Searched refs:getAllocations (Results 1 - 11 of 11) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapDiffSnapshot.java 38 new HashSet<NativeAllocationInfo>(oldSnapshot.getAllocations());
39 commonAllocations.retainAll(newSnapshot.getAllocations());
48 new HashSet<NativeAllocationInfo>(newSnapshot.getAllocations());
49 allocations.removeAll(oldSnapshot.getAllocations());
NativeHeapProviderByAllocations.java 61 childCount = getAllocations().size();
72 item = getAllocations().get(index);
83 private List<NativeAllocationInfo> getAllocations() {
85 return mNativeHeapDump.getAllocations();
NativeHeapProviderByLibrary.java 72 childCount = ((NativeLibraryAllocationInfo) item).getAllocations().size();
74 item = ((NativeLibraryAllocationInfo) parent).getAllocations().get(index);
NativeHeapSnapshot.java 60 public List<NativeAllocationInfo> getAllocations() {
NativeLibraryAllocationInfo.java 67 public List<NativeAllocationInfo> getAllocations() {