Searched refs:FindLeast (Results 1 – 3 of 3) sorted by relevance
128 bool result = FindLeast(locator); in FindLeastGreaterThan()148 bool SplayTree<Config, Allocator>::FindLeast(Locator* locator) { in FindLeast() function
81 bool FindLeast(Locator* locator);
2068 if (map->FindGreatestLessThan(range, &cur) || map->FindLeast(&cur)) { in RemoveJITCodeEntries()