Home
last modified time | relevance | path

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

/dalvik/dx/tests/066-dex-try-catch-rethrow/
DBlort.java55 public static Object zorch4(int x) { in zorch4() method in Blort
61 zorch4(1); in test4()
DBlort.class ... test3 () public static java.lang.Object zorch4 (int) public static void test4 () public ...
Dexpected.txt60 0001: invoke-static {v1}, Blort.zorch4:(I)Ljava/lang/Object;
/dalvik/dx/tests/056-dex-call-interface/
DZorch.java22 public long zorch4(); in zorch4() method
DZorch.class ... (java.lang.Object) public abstract long zorch4
DBlort.java23 int y = (int) z.zorch4(); in test()
Dexpected.txt16 0013: invoke-interface {v6}, Zorch.zorch4:()J