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