Home
last modified time | relevance | path

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

/frameworks/base/tools/preload/loadclass/
DLoadClass.java51 int allocCount = Debug.getGlobalAllocCount(); in main()
/frameworks/base/core/java/android/os/
DPerformanceCollector.java574 results.putLong(METRIC_KEY_GLOBAL_ALLOC_COUNT, Debug.getGlobalAllocCount()); in getAllocCounts()
DDebug.java1360 public static int getGlobalAllocCount() { in getGlobalAllocCount() method in Debug
DParcel.java464 public static native long getGlobalAllocCount(); in getGlobalAllocCount() method in Parcel
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp661 return Parcel::getGlobalAllocCount(); in android_os_Parcel_getGlobalAllocCount()
/frameworks/native/libs/binder/include/binder/
DParcel.h397 static size_t getGlobalAllocCount();
/frameworks/base/core/java/android/app/
DInstrumentation.java1577 results.putLong("global_alloc_count", Debug.getGlobalAllocCount()); in getAllocCounts()
DActivityThread.java1254 long parcelCount = Parcel.getGlobalAllocCount(); in dumpMemInfo()
1406 long parcelCount = Parcel.getGlobalAllocCount(); in dumpMemInfo()
/frameworks/native/libs/binder/
DParcel.cpp371 size_t Parcel::getGlobalAllocCount() { in getGlobalAllocCount() function in android::Parcel
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...