Searched refs:countInstancesOfClassMethod (Results 1 – 1 of 1) sorted by relevance
272 private static final Method countInstancesOfClassMethod; field in Main.VMDebug283 countInstancesOfClassMethod = c.getDeclaredMethod("countInstancesOfClass",310 return (long) countInstancesOfClassMethod.invoke(null, new Object[]{c, assignable}); in countInstancesofClass()