Searched refs:checkExit (Results 1 – 4 of 4) sorted by relevance
142 sm.checkExit(0); in testCheckExit()143 sm.checkExit(1); in testCheckExit()144 sm.checkExit(127); in testCheckExit()
141 public void checkExit(int status) { } in checkExit() method in SecurityManager
4775 MethodHandle[] checkExit = { null, null, pred, fini }; in whileLoop() local4777 return loop(checkExit, varBody); in whileLoop()
3891 method public void checkExit(int);