Searched refs:nextFunction (Results 1 – 2 of 2) sorted by relevance
57 public static <T> T rootmostValue(T start, Function<T, Optional<T>> nextFunction) { in rootmostValue() argument59 for (Optional<T> next = nextFunction.apply(start); in rootmostValue()61 next = nextFunction.apply(current)) { in rootmostValue()
1599 int nextFunction = -1; in checkCallDepth() local1605 nextFunction = calleeIndex; in checkCallDepth()1609 currentFunction = nextFunction; in checkCallDepth()