Home
last modified time | relevance | path

Searched refs:getGlobalAllocSize (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tools/preload/loadclass/
DLoadClass.java52 int allocSize = Debug.getGlobalAllocSize(); in main()
/frameworks/base/core/java/android/os/
DPerformanceCollector.java576 results.putLong(METRIC_KEY_GLOBAL_ALLOC_SIZE, Debug.getGlobalAllocSize()); in getAllocCounts()
DDebug.java1383 public static int getGlobalAllocSize() { in getGlobalAllocSize() method in Debug
DParcel.java465 public static native long getGlobalAllocSize(); in getGlobalAllocSize() method in Parcel
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp660 return Parcel::getGlobalAllocSize(); in android_os_Parcel_getGlobalAllocSize()
/frameworks/base/core/java/android/app/
DInstrumentation.java1578 results.putLong("global_alloc_size", Debug.getGlobalAllocSize()); in getAllocCounts()
DActivityThread.java1267 long parcelSize = Parcel.getGlobalAllocSize(); in dumpMemInfo()
1419 long parcelSize = Parcel.getGlobalAllocSize(); in dumpMemInfo()
/frameworks/native/include/binder/
DParcel.h473 static size_t getGlobalAllocSize();
/frameworks/native/libs/binder/include/binder/
DParcel.h473 static size_t getGlobalAllocSize();
/frameworks/native/libs/binder/
DParcel.cpp278 size_t Parcel::getGlobalAllocSize() { in getGlobalAllocSize() function in android::Parcel
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21587 method public static int getGlobalAllocSize();
/frameworks/base/non-updatable-api/
Dcurrent.txt34589 method @Deprecated public static int getGlobalAllocSize();
/frameworks/base/api/
Dcurrent.txt34733 method @Deprecated public static int getGlobalAllocSize();