Home
last modified time | relevance | path

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

/art/test/463-checker-boolean-simplifier/src-art/
DMain.java61 public static boolean GreaterThan(int x, int y) { in GreaterThan() method in Main
/art/compiler/optimizing/
Dbounds_check_elimination.cc188 bool GreaterThan(ValueBound bound) const { in GreaterThan() function in art::ValueBound