Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java286 if (Debug.getGlobalAllocSize() > PRELOAD_GC_THRESHOLD) { in preloadClasses()
289 " GC at " + Debug.getGlobalAllocSize()); in preloadClasses()
374 if (Debug.getGlobalAllocSize() > PRELOAD_GC_THRESHOLD) { in preloadColorStateLists()
376 Log.v(TAG, " GC at " + Debug.getGlobalAllocSize()); in preloadColorStateLists()
397 if (Debug.getGlobalAllocSize() > PRELOAD_GC_THRESHOLD) { in preloadDrawables()
399 Log.v(TAG, " GC at " + Debug.getGlobalAllocSize()); in preloadDrawables()
/frameworks/base/tools/preload/loadclass/
DLoadClass.java52 int allocSize = Debug.getGlobalAllocSize(); in main()
/frameworks/base/core/java/android/os/
DPerformanceCollector.java569 results.putLong(METRIC_KEY_GLOBAL_ALLOC_SIZE, Debug.getGlobalAllocSize()); in getAllocCounts()
DDebug.java583 public static int getGlobalAllocSize() { in getGlobalAllocSize() method in Debug
/frameworks/base/core/java/android/app/
DInstrumentation.java1290 results.putLong("global_alloc_size", Debug.getGlobalAllocSize()); in getAllocCounts()
/frameworks/base/api/
D14.txt14513 method public static int getGlobalAllocSize();
D15.txt14557 method public static int getGlobalAllocSize();
Dcurrent.txt15473 method public static int getGlobalAllocSize();
D16.txt15473 method public static int getGlobalAllocSize();