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.java360 EntryFuture future = null; in lookup()
362 EntryFuture newEntry = new EntryFuture(); in lookup()
381 if (entry instanceof EntryFuture) { in lookup()
382 future = (EntryFuture) entry; in lookup()
428 private static class EntryFuture { class in ObjectStreamClass
2328 EntryFuture future = null; in getReflector()
2330 EntryFuture newEntry = new EntryFuture(); in getReflector()
2348 } else if (entry instanceof EntryFuture) { in getReflector()
2349 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