Home
last modified time | relevance | path

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

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