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 57 childCount = getAllocations().size();
67 item = getAllocations().get(index);
78 private List<NativeAllocationInfo> getAllocations() {
80 return mNativeHeapDump.getAllocations();
NativeHeapProviderByLibrary.java 67 childCount = ((NativeLibraryAllocationInfo) item).getAllocations().size();
69 item = ((NativeLibraryAllocationInfo) parent).getAllocations().get(index);
NativeHeapSnapshot.java 60 public List<NativeAllocationInfo> getAllocations() {
NativeLibraryAllocationInfo.java 67 public List<NativeAllocationInfo> getAllocations() {
NativeHeapPanel.java 834 for (NativeAllocationInfo alloc : snapshot.getAllocations()) {
    [all...]
  /sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/heap/
NativeHeapDataImporterTest.java 58 assertEquals(1, snapshot.getAllocations().size());
60 NativeAllocationInfo info = snapshot.getAllocations().get(0);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ClientData.java 626 public synchronized AllocationInfo[] getAllocations() {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 109 AllocationInfo[] allocs = ((Client)inputElement).getClientData().getAllocations();
NativeHeapPanel.java 431 public Iterator<NativeAllocationInfo> getAllocations() {
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 660 milliseconds