Home
last modified time | relevance | path

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

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DIN.java558 if (isBIN() || !hasCachedChildrenFlag()) { in setGeneration()
571 if (isBIN() || !hasCachedChildrenFlag()) { in setGeneration()
793 public final boolean hasCachedChildrenFlag() { in hasCachedChildrenFlag() method in IN
1670 if (isUpperIN() && hasCachedChildrenFlag()) { in setTarget()
1700 if (isUpperIN() && !hasCachedChildrenFlag()) { in setTarget()
1978 assert(hasResidentChildren() == hasCachedChildrenFlag()); in fetchINWithNoLatch()
2047 assert(hasResidentChildren() == hasCachedChildrenFlag()); in fetchIN()
3183 boolean haveCachedChildren = hasCachedChildrenFlag(); in splitInternal()
3219 newSibling.hasCachedChildrenFlag() == in splitInternal()
3395 !hasCachedChildrenFlag()) { in splitInternal()
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/evictor/
H A DEvictor.java2462 if (target.isUpperIN() && target.hasCachedChildrenFlag()) { in processTarget()