Searched refs:isLive (Results 1 – 2 of 2) sorted by relevance
312 boolean isLive() { return classValue.version() == this; } in isLive() method in ClassValue.Version347 boolean isLive() { in isLive() method in ClassValue.Entry350 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()
456 abstract boolean isLive(); in isLive() method in CompletableFuture.Completion498 else if (p.isLive()) { in cleanStack()512 if (q.isLive()) { in cleanStack()553 final boolean isLive() { return dep != null; } in isLive() method in CompletableFuture.UniCompletion1200 final boolean isLive() { in isLive() method in CompletableFuture.CoCompletion1718 final boolean isLive() { in isLive() method in CompletableFuture.AnyOf1846 final boolean isLive() { return thread != null; } in isLive() method in CompletableFuture.Signaller