Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhistogram.h83 Value Min() const { in Min() function
/art/compiler/optimizing/
Dbounds_check_elimination.cc150 static ValueBound Min() { return ValueBound(nullptr, std::numeric_limits<int32_t>::min()); } in Min() function in art::ValueBound