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

/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java52 int allocSize = Debug.getGlobalAllocSize();
/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java569 results.putLong(METRIC_KEY_GLOBAL_ALLOC_SIZE, Debug.getGlobalAllocSize());
H A DDebug.java1229 public static int getGlobalAllocSize() { method in class:Debug
1235 * @see #getGlobalAllocSize()
H A DParcel.java361 public static native long getGlobalAllocSize(); method in class:Parcel
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp705 return Parcel::getGlobalAllocSize();
772 {"getGlobalAllocSize", "()J", (void*)android_os_Parcel_getGlobalAllocSize},
/frameworks/native/include/binder/
H A DParcel.h342 static size_t getGlobalAllocSize();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1393 results.putLong("global_alloc_size", Debug.getGlobalAllocSize());
H A DActivityThread.java1066 long parcelSize = Parcel.getGlobalAllocSize();
/frameworks/native/libs/binder/
H A DParcel.cpp392 size_t Parcel::getGlobalAllocSize() { function in class:android::Parcel

Completed in 263 milliseconds