Home
last modified time | relevance | path

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

/aosp12/art/test/099-vmdebug/src/
H A DMain.java181 String gc_count = VMDebug.getRuntimeStat("art.gc.gc-count"); in testRuntimeStat()
182 String gc_time = VMDebug.getRuntimeStat("art.gc.gc-time"); in testRuntimeStat()
183 String bytes_allocated = VMDebug.getRuntimeStat("art.gc.bytes-allocated"); in testRuntimeStat()
184 String bytes_freed = VMDebug.getRuntimeStat("art.gc.bytes-freed"); in testRuntimeStat()
185 String blocking_gc_count = VMDebug.getRuntimeStat("art.gc.blocking-gc-count"); in testRuntimeStat()
186 String blocking_gc_time = VMDebug.getRuntimeStat("art.gc.blocking-gc-time"); in testRuntimeStat()
187 String gc_count_rate_histogram = VMDebug.getRuntimeStat("art.gc.gc-count-rate-histogram"); in testRuntimeStat()
189 VMDebug.getRuntimeStat("art.gc.blocking-gc-count-rate-histogram"); in testRuntimeStat()
303 public static String getRuntimeStat(String statName) throws Exception { in getRuntimeStat() method in Main.VMDebug
/aosp12/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
H A DBpcTestServiceCmdService.java43 int gcCount = Integer.parseInt(Debug.getRuntimeStat("art.gc.gc-count"));
45 while (gcCount == Integer.parseInt(Debug.getRuntimeStat("art.gc.gc-count")) && i > 0) {
/aosp12/frameworks/base/core/java/android/os/
H A DDebug.java1841 public static String getRuntimeStat(String statName) { in getRuntimeStat() method in Debug
1842 return VMDebug.getRuntimeStat(statName); in getRuntimeStat()
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1460 Ldalvik/system/VMDebug;->getRuntimeStat(Ljava/lang/String;)Ljava/lang/String;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt31017 method public static String getRuntimeStat(String);