Home
last modified time | relevance | path

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

/aosp12/art/test/099-vmdebug/src/
H A DMain.java270 private static final Method getRuntimeStatMethod; field in Main.VMDebug
281 getRuntimeStatMethod = c.getDeclaredMethod("getRuntimeStat", String.class);
304 return (String) getRuntimeStatMethod.invoke(null, statName); in getRuntimeStat()