Searched refs:AIR (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/5091921/
H A DTest6890943.java37 public static final boolean AIR = true, ROCK = false; field in class:Test6890943
140 if (grid[p][column] == AIR) res++;
172 if (depth < r-1 && grid[depth+1][left-1] == AIR) {
180 if (depth < r-1 && grid[depth+1][right+1] == AIR) {

Completed in 28 milliseconds