Searched refs:lamb (Results 1 - 5 of 5) sorted by relevance

/openjdk10/langtools/test/tools/javac/lambda/
H A DGenericMethodRefImplClass.java68 static void write(ObjectOutput out, GenericMethodRefImplClassLSI lamb) throws IOException { argument
69 out.writeObject(lamb);
H A DLambdaLambdaSerialized.java66 static void write(ObjectOutput out, LSI<LSI<Map>> lamb) throws IOException { argument
67 out.writeObject(lamb);
H A DSerializedLambdaInInit.java91 static void write(ObjectOutput out, LSI lamb) throws IOException { argument
92 out.writeObject(lamb);
/openjdk10/jdk/test/java/lang/invoke/lambda/
H A DLambdaSerialization.java69 static void write(ObjectOutput out, LSI lamb) throws IOException { argument
70 out.writeObject(lamb);
/openjdk10/langtools/test/tools/javac/
H A DT8004969.java89 static void write(ObjectOutput out, LSI lamb) throws IOException { argument
90 out.writeObject(lamb);

Completed in 40 milliseconds