Home
last modified time | relevance | path

Searched refs:EntryFuture (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java340 EntryFuture future = null; in lookup()
342 EntryFuture newEntry = new EntryFuture(); in lookup()
361 if (entry instanceof EntryFuture) { in lookup()
362 future = (EntryFuture) entry; in lookup()
408 private static class EntryFuture { class in ObjectStreamClass
2251 EntryFuture future = null; in getReflector()
2253 EntryFuture newEntry = new EntryFuture(); in getReflector()
2271 } else if (entry instanceof EntryFuture) { in getReflector()
2272 entry = ((EntryFuture) entry).get(); in getReflector()
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectStreamClass.java505 private static class EntryFuture { class in ObjectStreamClass
507 private EntryFuture() { in EntryFuture() method in ObjectStreamClass.EntryFuture