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

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

Completed in 84 milliseconds