Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java53 int freedCount = Debug.getGlobalFreedCount(); in main()
/aosp14/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java577 results.putLong(METRIC_KEY_GLOBAL_FREED_COUNT, Debug.getGlobalFreedCount()); in getAllocCounts()
H A DDebug.java1512 public static int getGlobalFreedCount() { in getGlobalFreedCount() method in Debug
/aosp14/frameworks/base/core/java/android/app/
H A DInstrumentation.java1739 results.putLong("global_freed_count", Debug.getGlobalFreedCount()); 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.txt32808 method @Deprecated public static int getGlobalFreedCount();