Home
last modified time | relevance | path

Searched defs:lower_bound (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dsafe_map.h77 iterator lower_bound(const K& k) { return map_.lower_bound(k); } in lower_bound() function
78 const_iterator lower_bound(const K& k) const { return map_.lower_bound(k); } in lower_bound() function
/art/compiler/optimizing/
Dbounds_check_elimination.cc1761 ValueBound lower_bound = range->GetLower(); in AddCompareWithDeoptimization() local