Searched defs:blowup (Results 1 - 3 of 3) sorted by relevance

/art/test/134-reg-promotion/src/
H A DMain.java23 static void blowup() { method in class:Main
/art/test/080-oom-throw-with-finalizer/src/
H A DMain.java25 static void blowup(char[][] holder) { method in class:Main.ArrayMemEater
41 ArrayMemEater.blowup(holder);
/art/test/080-oom-throw/src/
H A DMain.java24 static void blowup(char[][] holder) { method in class:Main.ArrayMemEater
57 ArrayMemEater.blowup(new char[128 * 1024][]);
89 public static void blowup() throws Exception { method in class:Main
108 Method m = c.getMethod("blowup", (Class[]) null);
112 System.out.println("Didn't throw from blowup");

Completed in 263 milliseconds