Searched refs:tb (Results 1 – 2 of 2) sorted by relevance
2533 tb = t.prev, tn = (TreeNode<K,V>)t.next; in checkInvariants() local2534 if (tb != null && tb.next != t) in checkInvariants()
3283 tb = t.prev, tn = (TreeNode<K,V>)t.next; in checkInvariants() local3284 if (tb != null && tb.next != t) in checkInvariants()