Home
last modified time | relevance | path

Searched refs:NegateValue (Results 1 – 1 of 1) sorted by relevance

/art/test/458-checker-instruction-simplification/src/
DMain.java951 public static boolean NegateValue(boolean arg) { in NegateValue() method in Main
956 return !(NegateValue(arg)); in NotNotBool()