Home | History | Annotate | Download | only in smali
      1 .class public LUnbalancedStraight;
      2 
      3 .super Ljava/lang/Object;
      4 
      5 .method public static run(Ljava/lang/Object;Ljava/lang/Object;)V
      6    .registers 3
      7 
      8    invoke-static {}, LMain;->assertIsInterpreted()V
      9 
     10    monitor-enter v1      # 1
     11    monitor-enter v2      # 2
     12 
     13    monitor-exit v1       # 1     Unbalanced unlock.
     14    monitor-exit v2       # 2
     15 
     16    return-void
     17 
     18 .end method
     19