Home | History | Annotate | Download | only in d
      1 .source T_ifne_5.java
      2 .class public dot.junit.opcodes.if_eqz.d.T_if_eqz_5
      3 .super java/lang/Object
      4 
      5 
      6 .method public <init>()V
      7 .limit regs 1
      8 
      9        invoke-direct {v0}, java/lang/Object/<init>()V
     10        return-void
     11 .end method
     12 
     13 .method public run(Ljava/lang/Object;)I
     14 .limit regs 6
     15 
     16        if-eqz v6, Label9
     17        const/16 v5, 1234
     18        return v5
     19 
     20 Label9:
     21        const/4 v5, 1
     22        return v5
     23 .end method
     24