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

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DContextAction.java61 update(result.allInstances().iterator().next());
69 final T t = result.allInstances().iterator().next();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DExportAction.java62 super.setEnabled(result.allInstances().size() > 0);
/openjdk7/jdk/test/com/sun/jdi/
H A DReferrersTest.java273 List<List<ObjectReference>> allInstances = new ArrayList(10);
310 allInstances.add(oneInstances);
366 List<ObjectReference> objRefList = allInstances.get(ii);

Completed in 47 milliseconds