Searched refs:zorch (Results 1 – 15 of 15) sorted by relevance
/dalvik/dx/tests/068-dex-infinite-loop/ |
D | Blort.java | 19 public static boolean zorch() { in zorch() method in Blort 30 while (zorch()) { in test2() 36 while (zorch()) { in test3() 37 zorch(); in test3() 43 if (zorch()) { in test4() 47 while (zorch()) { in test4() 48 zorch(); in test4()
|
D | expected.txt | 6 0000: invoke-static {}, Blort.zorch:()Z 12 0000: invoke-static {}, Blort.zorch:()Z 15 0006: invoke-static {}, Blort.zorch:()Z 20 0000: invoke-static {}, Blort.zorch:()Z 24 0007: invoke-static {}, Blort.zorch:()Z 27 000d: invoke-static {}, Blort.zorch:()Z
|
D | Blort.class | ... public void <init> ()
public static boolean zorch ()
public static void test1 ()
public static ... |
/dalvik/dx/tests/109-int-branch/ |
D | blort.j | 24 if_icmpeq zorch 28 if_icmpne zorch 34 if_icmplt zorch 40 if_icmpgt zorch 44 if_icmpge zorch 48 zorch: 63 if_icmpge zorch 67 zorch: 92 if_icmpge zorch 96 zorch:
|
/dalvik/dx/tests/099-dex-core-library-error/ |
D | run | 29 dx --debug --dex --output=zorch.dex javax/zorch/Zorch.class >/dev/null 2>&1 31 if [ -r zorch.dex ]; then 32 echo Found zorch.dex
|
D | Zorch.java | 1 package javax.zorch;
|
D | expected.txt | 4 Found zorch.dex
|
/dalvik/dx/tests/061-dex-try-catch/ |
D | Blort.java | 23 public static void zorch(int x) { in zorch() method in Blort 50 zorch(1); in test3() 61 zorch(sa.length); in test4()
|
D | expected.txt | 25 0001: invoke-static {v1}, Blort.zorch:(I)V 40 0003: invoke-static {v2}, Blort.zorch:(I)V
|
D | Blort.class | ... )
public static void caught ()
public static void zorch (int)
public static void test1 (int) ... |
/dalvik/dx/tests/099-dex-core-library-error/javax/zorch/ |
D | Zorch.class | Zorch.java
package javax.zorch
public javax.zorch.Zorch extends java.lang.Object {
public ... |
/dalvik/dx/tests/112-dex-return-jsr-result/ |
D | run | 21 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \ 60 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
|
D | blort.class | ... .Object {
public static java.lang.Object zorch (boolean, java.lang.Object)
} ... |
D | blort.j | 18 .method public static zorch(ZLjava/lang/Object;)Ljava/lang/Object;
|
/dalvik/dx/tests/095-dex-const-string-jumbo/ |
D | expected.txt | 4 0001: const-string/jumbo v1, "zorch"
|