Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DAVLTree.h213 h = cmp < 0 ? get_lt(h) : get_gt(h);
253 h = get_gt(h); in start_iter_greatest()
268 handle h = get_gt(**this);
307 h = get_gt(h);
340 handle get_gt(handle h) { return tree_->abs.get_greater(h); } in get_gt() function
423 less_parent = get_gt(h); in build()
480 handle get_gt(handle h) { return abs.get_greater(h); } in get_gt() function
506 deep_h = get_gt(bal_h); in balance()
513 set_lt(deep_h, get_gt(bal_h)); in balance()
550 bal_h = get_gt(deep_h); in balance()
[all …]
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1624863 get_gt() takes only one argument - remove second argument where
24867 (JSC::AVLTree::remove): Remove second argument of get_lt/get_gt().