HomeSort by relevance Sort by last modified time
    Searched defs:getRecentAllocations (Results 1 - 2 of 2) sorted by null

  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 82 native public static byte[] getRecentAllocations();
  /art/test/098-ddmc/src/
Main.java 32 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations());
41 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations());
49 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations());
57 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations());
72 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations());
75 Allocations second = new Allocations(DdmVmInternal.getRecentAllocations());
80 Allocations goodbye = new Allocations(DdmVmInternal.getRecentAllocations());
138 getRecentAllocationsMethod = c.getDeclaredMethod("getRecentAllocations");
150 public static byte[] getRecentAllocations() throws Exception {

Completed in 61 milliseconds