Home
last modified time | relevance | path

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

/dalvik/dx/tests/055-dex-explicit-throw/
DBlort.java19 private static RuntimeException theException = new RuntimeException(); field in Blort
22 throw theException; in test1()
27 throw theException; in test2()
Dexpected.txt3 0000: sget-object v0, Blort.theException:Ljava/lang/RuntimeException;
7 0000: sget-object v1, Blort.theException:Ljava/lang/RuntimeException;
DBlort.classBlort.java package Blort extends java.lang.Object { private static RuntimeException theException public void < ...