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

  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 82 native public static byte[] getRecentAllocations();
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 35 return Dbg::GetRecentAllocations();
163 NATIVE_METHOD(DdmVmInternal, getRecentAllocations, "()[B"),
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 265 byte[] reply = DdmVmInternal.getRecentAllocations();

Completed in 651 milliseconds