Home
last modified time | relevance | path

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

/frameworks/base/tools/preload/loadclass/
DLoadClass.java51 int allocCount = Debug.getGlobalAllocCount(); in main()
/frameworks/base/core/java/android/os/
DPerformanceCollector.java568 results.putLong(METRIC_KEY_GLOBAL_ALLOC_COUNT, Debug.getGlobalAllocCount()); in getAllocCounts()
DDebug.java1207 public static int getGlobalAllocCount() { in getGlobalAllocCount() method in Debug
DParcel.java363 public static native long getGlobalAllocCount(); in getGlobalAllocCount() method in Parcel
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp710 return Parcel::getGlobalAllocCount(); in android_os_Parcel_getGlobalAllocCount()
/frameworks/native/include/binder/
DParcel.h343 static size_t getGlobalAllocCount();
/frameworks/base/core/java/android/app/
DInstrumentation.java1392 results.putLong("global_alloc_count", Debug.getGlobalAllocCount()); in getAllocCounts()
DActivityThread.java1049 long parcelCount = Parcel.getGlobalAllocCount(); in dumpMemInfo()
/frameworks/native/libs/binder/
DParcel.cpp399 size_t Parcel::getGlobalAllocCount() { in getGlobalAllocCount() function in android::Parcel
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21586 method public static int getGlobalAllocCount();
/frameworks/base/api/
Dcurrent.txt28396 method public static deprecated int getGlobalAllocCount();
Dtest-current.txt28465 method public static deprecated int getGlobalAllocCount();
Dsystem-current.txt30837 method public static deprecated int getGlobalAllocCount();