Home
last modified time | relevance | path

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

/art/test/478-checker-clinit-check-pruning/src/
DMain.java101 static boolean doThrow = false; field in Main.ClassWithClinit2
104 if (doThrow) { in staticMethod()
179 static boolean doThrow = false; field in Main.ClassWithClinit4
182 if (doThrow) { in staticMethod()
243 static boolean doThrow = false; field in Main.ClassWithClinit6
246 if (doThrow) { in staticMethod()
/art/test/ExceptionHandle/
DExceptionHandle.java35 void g(int doThrow) throws Exception { in g() argument
36 if (doThrow == 1) { in g()
38 } else if (doThrow == 2) { in g()
/art/test/451-spill-splot/src/
DMain.java79 static boolean doThrow = false; field in Main
82 if (doThrow) { in computeDouble()
90 if (doThrow) { in computeFloat()
/art/test/088-monitor-verification/src/
DMain.java74 void nestedMayThrow(boolean doThrow) { in nestedMayThrow() argument
79 if (doThrow) { in nestedMayThrow()