Home | History | Annotate | Download | only in d
      1 .source T_move_exception_3.java
      2 .class public dot.junit.opcodes.move_exception.d.T_move_exception_3
      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()V
     14 .limit regs 6
     15 
     16 Label1:
     17        const v1, 1
     18        const v2, 0
     19        div-int v0, v1, v2
     20 
     21 Label2:
     22        goto Label4
     23 
     24 Label3:
     25        move-exception v6
     26 
     27 Label4:
     28        return-void
     29 
     30 .catch all from Label1 to Label2 using Label3
     31 .end method
     32