Home | History | Annotate | Download | only in smali
      1 .class public LB22411633_4;
      2 .super Ljava/lang/Object;
      3 
      4 
      5 .method public static run(Z)V
      6 .registers 6
      7        # Do not merge into the backward branch target.
      8        goto :LabelEntry
      9 
     10 :LabelBwd
     11        # At this point v4 is an uninitialized reference. This should fail to verify.
     12        # Note: we make sure that it is an uninitialized reference and not a conflict in sister
     13        #       file b_22411633_bwdok.smali.
     14        invoke-virtual {v4}, Ljava/lang/Object;->hashCode()I
     15 
     16 :LabelEntry
     17        # Allocate a java.lang.Object (do not initialize).
     18        new-instance v4, Ljava/lang/Object;
     19 
     20        # Branch backward.
     21        if-eqz v5, :LabelBwd
     22 
     23        return-void
     24 
     25 .end method
     26