Searched defs:getRuntimeStats (Results 1 - 1 of 1) sorted by relevance

/art/test/099-vmdebug/src/
H A DMain.java207 Map<String, String> map = VMDebug.getRuntimeStats();
268 getRuntimeStatsMethod = c.getDeclaredMethod("getRuntimeStats");
292 public static Map<String, String> getRuntimeStats() throws Exception { method in class:Main.VMDebug

Completed in 80 milliseconds