Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhistogram.h87 Value Max() const { in Max() function
/art/compiler/optimizing/
Dbounds_check_elimination.cc151 static ValueBound Max() { return ValueBound(nullptr, std::numeric_limits<int32_t>::max()); } in Max() function in art::ValueBound