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.java576 results.putLong(METRIC_KEY_GLOBAL_ALLOC_SIZE, Debug.getGlobalAllocSize()); in getAllocCounts()
DDebug.java1448 public static int getGlobalAllocSize() { in getGlobalAllocSize() method in Debug
DParcel.java520 public static native long getGlobalAllocSize(); in getGlobalAllocSize() method in Parcel
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp713 return Parcel::getGlobalAllocSize(); in android_os_Parcel_getGlobalAllocSize()
/frameworks/base/core/java/android/app/
DInstrumentation.java1611 results.putLong("global_alloc_size", Debug.getGlobalAllocSize()); in getAllocCounts()
DActivityThread.java1372 long parcelSize = Parcel.getGlobalAllocSize(); in dumpMemInfo()
1524 long parcelSize = Parcel.getGlobalAllocSize(); in dumpMemInfo()
/frameworks/native/include/binder/
DParcel.h520 static size_t getGlobalAllocSize();
/frameworks/native/libs/binder/include/binder/
DParcel.h520 static size_t getGlobalAllocSize();
/frameworks/native/libs/binder/
DParcel.cpp327 size_t Parcel::getGlobalAllocSize() { in getGlobalAllocSize() function in android::Parcel
/frameworks/base/core/api/
Dcurrent.txt30940 method @Deprecated public static int getGlobalAllocSize();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21587 method public static int getGlobalAllocSize();