HomeSort by relevance Sort by last modified time
    Searched full:getrecentallocations (Results 1 - 7 of 7) sorted by null

  /art/test/098-ddmc/src/
Main.java 37 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations());
46 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations());
54 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations());
64 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations());
79 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations());
82 Allocations second = new Allocations(DdmVmInternal.getRecentAllocations());
87 Allocations goodbye = new Allocations(DdmVmInternal.getRecentAllocations());
189 getRecentAllocationsMethod = c.getDeclaredMethod("getRecentAllocations");
201 public static byte[] getRecentAllocations() throws Exception {
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 87 native public static byte[] getRecentAllocations();
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 39 return Dbg::GetRecentAllocations();
174 FAST_NATIVE_METHOD(DdmVmInternal, getRecentAllocations, "()[B"),
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 265 byte[] reply = DdmVmInternal.getRecentAllocations();
  /art/runtime/
debugger.h 660 static jbyteArray GetRecentAllocations()
    [all...]
debugger.cc     [all...]
  /system/core/libbacktrace/testdata/arm/
libart.so 

Completed in 231 milliseconds