Home
last modified time | relevance | path

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

/art/test/980-redefine-object/src/
DMain.java343 private static void throwFrom(int depth) throws Exception { in throwFrom() method in Main
347 throwFrom(depth - 1); in throwFrom()
402 throwFrom(4); in doTest()