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.java569 results.putLong(METRIC_KEY_GLOBAL_ALLOC_SIZE, Debug.getGlobalAllocSize()); in getAllocCounts()
DDebug.java1282 public static int getGlobalAllocSize() { in getGlobalAllocSize() method in Debug
DParcel.java436 public static native long getGlobalAllocSize(); in getGlobalAllocSize() method in Parcel
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp742 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.java1479 results.putLong("global_alloc_size", Debug.getGlobalAllocSize()); in getAllocCounts()
DActivityThread.java1141 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.txt30755 method public static deprecated int getGlobalAllocSize();
Dtest-current.txt30911 method public static deprecated int getGlobalAllocSize();
Dsystem-current.txt33481 method public static deprecated int getGlobalAllocSize();