Searched refs:countInstancesofClass (Results 1 – 1 of 1) sorted by relevance
328 VMDebug.countInstancesofClass(ClassA.class, false)); in testCountInstances()330 VMDebug.countInstancesofClass(ClassB.class, false)); in testCountInstances()331 System.out.println("Instances of null " + VMDebug.countInstancesofClass(null, false)); in testCountInstances()333 VMDebug.countInstancesofClass(ClassA.class, true)); in testCountInstances()437 public static long countInstancesofClass(Class<?> c, boolean assignable) throws Exception { in countInstancesofClass() method in Main.VMDebug