HomeSort by relevance Sort by last modified time
    Searched defs:getAllocations (Results 1 - 7 of 7) 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();
NativeHeapSnapshot.java 60 public List<NativeAllocationInfo> getAllocations() {
NativeLibraryAllocationInfo.java 67 public List<NativeAllocationInfo> getAllocations() {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ClientData.java 654 public synchronized AllocationInfo[] getAllocations() {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java 433 public Iterator<NativeAllocationInfo> getAllocations() {
    [all...]
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 164 milliseconds