Home
last modified time | relevance | path

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

/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DDependencyAnalyzer.java259 return new Impl(classpath); in getInstance()
287 private static class Impl extends ExcludeClasspathFilter { class in DependencyAnalyzer.ExcludeClasspathFilter
295 private Impl(Path classpath) throws IOException { in Impl() method in DependencyAnalyzer.ExcludeClasspathFilter.Impl
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java2587 private Key.Impl first, last; // first and last in FIFO queue
2600 Key.Impl key = new Key.Impl(fields); in putIfAbsentAndGet()
2663 static final class Impl extends Key { class in ObjectStreamClass.DeserializationConstructorsCache.Key
2664 Impl next;
2668 Impl(ObjectStreamField[] fields) { in Impl() method in ObjectStreamClass.DeserializationConstructorsCache.Key.Impl
/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesTest.java474 public static class Impl implements IntExample { class
477 public Impl() { name = "Impl#"+nextArg(); } in Impl() method in MethodHandlesTest.IntExample.Impl
DMethodHandlesGeneralTest.java175 testFindVirtual(IntExample.Impl.class, IntExample.class, void.class, "Int/v0"); in testFindVirtual()
417 testBind(IntExample.Impl.class, void.class, "Int/v0"); in testBind()