Home
last modified time | relevance | path

Searched refs:getGlobalFreedSize (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java54 int freedSize = Debug.getGlobalFreedSize(); in main()
/aosp14/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java578 results.putLong(METRIC_KEY_GLOBAL_FREED_SIZE, Debug.getGlobalFreedSize()); in getAllocCounts()
H A DDebug.java1534 public static int getGlobalFreedSize() { in getGlobalFreedSize() method in Debug
/aosp14/frameworks/base/core/java/android/app/
H A DInstrumentation.java1740 results.putLong("global_freed_size", Debug.getGlobalFreedSize()); in getAllocCounts()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt32809 method @Deprecated public static int getGlobalFreedSize();