Searched refs:zorch4 (Results 1 – 7 of 7) sorted by relevance
/dalvik/dx/tests/066-dex-try-catch-rethrow/ | ||
D | Blort.java | 55 public static Object zorch4(int x) { in zorch4() method in Blort |
D | Blort.class | ... test3 ()
public static java.lang.Object zorch4 (int)
public static void test4 ()
public ... |
D | expected.txt | 60 0001: invoke-static {v1}, Blort.zorch4:(I)Ljava/lang/Object; |
/dalvik/dx/tests/056-dex-call-interface/ | ||
D | Zorch.java | 22 public long zorch4(); in zorch4() method |
D | Zorch.class | ... (java.lang.Object)
public abstract long zorch4 |
D | Blort.java | 23 int y = (int) z.zorch4(); in test() |
D | expected.txt | 16 0013: invoke-interface {v6}, Zorch.zorch4:()J |