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