Home | History | Annotate | Download | only in my
      1 .class public Lmy/blah;
      2 .super Lmy/blah;
      3 .implements Lmy/blah;
      4 
      5 .annotation build Lmy/blah;
      6     value = .subannotation Lmy/blah;
      7                 value = Lmy/blah;
      8             .end subannotation
      9 .end annotation
     10 
     11 .field static public blah:Lmy/blah; = Lmy/blah;
     12 
     13 .method public blah(Lmy/blah;)Lmy/blah;
     14     .registers 2
     15     .local p0, "this":Lmy/blah;
     16 
     17     :start
     18         iget-object v0, v0, Lmy/blah;->blah:Lmy/blah;
     19 
     20         invoke-virtual {v0}, Lmy/blah;->blah(Lmy/blah;)Lmy/blah;
     21 
     22         instance-of v0, v0, Lmy/blah;
     23         check-cast v0, Lmy/blah;
     24         new-instance v0, Lmy/blah;
     25         const-class v0, Lmy/blah;
     26         throw-verification-error generic-error, Lmy/blah;
     27 
     28         filled-new-array {v0, v0, v0, v0, v0}, Lmy/blah;
     29         new-array v0, v0, Lmy/blah;
     30         filled-new-array/range {v0}, Lmy/blah;
     31     :end
     32 
     33     .catch Lmy/blah; { :start .. :end } :handler
     34     :handler
     35     return-void
     36 .end method