Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DClassValue.java312 boolean isLive() { return classValue.version() == this; } in isLive() method in ClassValue.Version
347 boolean isLive() { in isLive() method in ClassValue.Entry
350 if (v.isLive()) return true; in isLive()
595 if (!e.isLive() && pos2 < 0) pos2 = i; in probeBackupLocations()
634 if (e != null && e.isLive()) { in reduceCacheLoad()
649 if (e == null || e.isLive()) in removeStaleEntries()
674 if (!e2.isLive()) continue; // Doomed anyway. in findReplacement()
767 else if (e2.isLive()) return e2; in overwrittenEntry()
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java456 abstract boolean isLive(); in isLive() method in CompletableFuture.Completion
498 else if (p.isLive()) { in cleanStack()
512 if (q.isLive()) { in cleanStack()
553 final boolean isLive() { return dep != null; } in isLive() method in CompletableFuture.UniCompletion
1200 final boolean isLive() { in isLive() method in CompletableFuture.CoCompletion
1718 final boolean isLive() { in isLive() method in CompletableFuture.AnyOf
1846 final boolean isLive() { return thread != null; } in isLive() method in CompletableFuture.Signaller