Home
last modified time | relevance | path

Searched refs:zorch4 (Results 1 – 5 of 5) 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()
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
DBlort.java23 int y = (int) z.zorch4(); in test()
Dexpected.txt16 0013: invoke-interface {v5}, Zorch.zorch4:()J