Home
last modified time | relevance | path

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

/art/test/474-checker-boolean-input/src/
DMain.java37 public static boolean InlinePhi(int x) { in InlinePhi() method in Main
42 return InlinePhi(x) != true ? true : false; in TestPhiAsBoolean()