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