Searched refs:FindLeastGreaterThan (Results 1 – 5 of 5) sorted by relevance
78 bool FindLeastGreaterThan(const Key& key, Locator* locator);
112 bool SplayTree<Config, Allocator>::FindLeastGreaterThan(const Key& key, in FindLeastGreaterThan() function
2077 if (!map->FindLeastGreaterThan(new_key, &cur)) return; in RemoveJITCodeEntries()2088 if (!map->FindLeastGreaterThan(old_range, &cur)) return; in RemoveJITCodeEntries()
650 CHECK(tree.FindLeastGreaterThan(val, &loc)); in TEST()
5887 if (tree()->FindLeastGreaterThan(current.from(), &loc) && in AddRange()