Searched refs:getGlobalAllocCount (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java51 int allocCount = Debug.getGlobalAllocCount();
/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java568 results.putLong(METRIC_KEY_GLOBAL_ALLOC_COUNT, Debug.getGlobalAllocCount());
H A DDebug.java1207 public static int getGlobalAllocCount() { method in class:Debug
1213 * @see #getGlobalAllocCount()
H A DParcel.java364 public static native long getGlobalAllocCount(); method in class:Parcel
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp710 return Parcel::getGlobalAllocCount();
773 {"getGlobalAllocCount", "()J", (void*)android_os_Parcel_getGlobalAllocCount},
/frameworks/native/include/binder/
H A DParcel.h343 static size_t getGlobalAllocCount();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1392 results.putLong("global_alloc_count", Debug.getGlobalAllocCount());
H A DActivityThread.java1067 long parcelCount = Parcel.getGlobalAllocCount();
/frameworks/native/libs/binder/
H A DParcel.cpp399 size_t Parcel::getGlobalAllocCount() { function in class:android::Parcel

Completed in 76 milliseconds