HomeSort by relevance Sort by last modified time
    Searched defs:getRuntimeStat (Results 1 - 16 of 16) sorted by null

  /art/test/099-vmdebug/src/
Main.java 182 String gc_count = VMDebug.getRuntimeStat("art.gc.gc-count");
183 String gc_time = VMDebug.getRuntimeStat("art.gc.gc-time");
184 String bytes_allocated = VMDebug.getRuntimeStat("art.gc.bytes-allocated");
185 String bytes_freed = VMDebug.getRuntimeStat("art.gc.bytes-freed");
186 String blocking_gc_count = VMDebug.getRuntimeStat("art.gc.blocking-gc-count");
187 String blocking_gc_time = VMDebug.getRuntimeStat("art.gc.blocking-gc-time");
188 String gc_count_rate_histogram = VMDebug.getRuntimeStat("art.gc.gc-count-rate-histogram");
190 VMDebug.getRuntimeStat("art.gc.blocking-gc-count-rate-histogram");
322 getRuntimeStatMethod = c.getDeclaredMethod("getRuntimeStat", String.class);
346 public static String getRuntimeStat(String statName) throws Exception
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 457 /* Map from the names of the runtime stats supported by getRuntimeStat() to their IDs */
479 public static String getRuntimeStat(String statName) {
492 * that {@link #getRuntimeStat()} supports.
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 100 milliseconds