Home
last modified time | relevance | path

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

/art/test/099-vmdebug/src/
DMain.java310 private static final Method getRuntimeStatMethod; field in Main.VMDebug
322 getRuntimeStatMethod = c.getDeclaredMethod("getRuntimeStat", String.class);
347 return (String) getRuntimeStatMethod.invoke(null, statName); in getRuntimeStat()