Home
last modified time | relevance | path

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

/frameworks/base/tools/preload/loadclass/
DLoadClass.java52 int allocSize = Debug.getGlobalAllocSize(); in main()
/frameworks/base/core/java/android/os/
DPerformanceCollector.java569 results.putLong(METRIC_KEY_GLOBAL_ALLOC_SIZE, Debug.getGlobalAllocSize()); in getAllocCounts()
DDebug.java1229 public static int getGlobalAllocSize() { in getGlobalAllocSize() method in Debug
DParcel.java386 public static native long getGlobalAllocSize(); in getGlobalAllocSize() method in Parcel
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp720 return Parcel::getGlobalAllocSize(); in android_os_Parcel_getGlobalAllocSize()
/frameworks/native/libs/binder/include/binder/
DParcel.h384 static size_t getGlobalAllocSize();
/frameworks/base/core/java/android/app/
DInstrumentation.java1478 results.putLong("global_alloc_size", Debug.getGlobalAllocSize()); in getAllocCounts()
DActivityThread.java1131 long parcelSize = Parcel.getGlobalAllocSize(); in dumpMemInfo()
/frameworks/native/libs/binder/
DParcel.cpp366 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/api/
Dcurrent.txt30623 method public static deprecated int getGlobalAllocSize();
Dsystem-current.txt33344 method public static deprecated int getGlobalAllocSize();