File: blah.smali

package info (click to toggle)
libsmali-java 2.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,344 kB
  • sloc: java: 55,717; sh: 204; xml: 97; ansic: 46; makefile: 5
file content (36 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.class public Lblah;
.super Lblah;
.implements Lblah;

.annotation build Lblah;
    value = .subannotation Lblah;
                value = Lblah;
            .end subannotation
.end annotation

.field static public blah:Lblah; = Lblah;

.method public blah(Lblah;)Lblah;
    .registers 2
    .local p0, "this":Lblah;

    :start
        iget-object v0, v0, Lblah;->blah:Lblah;

        invoke-virtual {v0}, Lblah;->blah(Lblah;)Lblah;

        instance-of v0, v0, Lblah;
        check-cast v0, Lblah;
        new-instance v0, Lblah;
        const-class v0, Lblah;
        throw-verification-error generic-error, Lblah;

        filled-new-array {v0, v0, v0, v0, v0}, Lblah;
        new-array v0, v0, Lblah;
        filled-new-array/range {v0}, Lblah;
    :end

    .catch Lblah; { :start .. :end } :handler
    :handler
    return-void
.end method