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

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AllocationInfo.java 25 public class AllocationInfo implements IStackTraceInfo {
36 public final static class AllocationSorter implements Comparator<AllocationInfo> {
61 public int compare(AllocationInfo o1, AllocationInfo o2) {
122 AllocationInfo(int allocNumber, String allocatedClass, int allocationSize,
169 public int compareTo(AllocationInfo otherAlloc) {
ClientData.java 188 private AllocationInfo[] mAllocations;
618 synchronized void setAllocations(AllocationInfo[] allocs) {
626 public synchronized AllocationInfo[] getAllocations() {
HandleHeap.java 514 ArrayList<AllocationInfo> list = new ArrayList<AllocationInfo>(numEntries);
556 list.add(new AllocationInfo(allocNumber--, classNames[classNameIndex],
560 client.getClientData().setAllocations(list.toArray(new AllocationInfo[numEntries]));
571 private static void dumpRecords(AllocationInfo[] records) {
574 for (AllocationInfo rec: records) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 19 import com.android.ddmlib.AllocationInfo;
20 import com.android.ddmlib.AllocationInfo.AllocationSorter;
21 import com.android.ddmlib.AllocationInfo.SortMode;
105 * {@link AllocationInfo}.
111 AllocationInfo[] allocs = ((Client)inputElement).getClientData().getAllocations();
137 * of type {@link AllocationInfo}.
148 if (element instanceof AllocationInfo) {
149 AllocationInfo alloc = (AllocationInfo)element;
378 AllocationInfo selectedAlloc = getAllocationSelection(event.getSelection())
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/v8/src/
spaces.h 119 class AllocationInfo;
    [all...]

Completed in 461 milliseconds