Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/099-vmdebug/src/
H A DMain.java371 private static final Method getLoadedClassCountMethod; field in Main.VMDebug
402 getLoadedClassCountMethod = c.getDeclaredMethod("getLoadedClassCount");
461 return (int) getLoadedClassCountMethod.invoke(null); in getLoadedClassCount()