You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
400 B
25 lines
400 B
.method blah()V
|
|
.registers 1
|
|
invoke-virtual {v0}, .blah->
|
|
.end method
|
|
|
|
.method blah2()V
|
|
.registers 1
|
|
invoke-virtual {v0}, Lblah;.blah
|
|
.end method
|
|
|
|
.method blah3()V
|
|
.registers 1
|
|
invoke-virtual {v0}, Lblah;->blah .blah )V
|
|
.end method
|
|
|
|
.method blah4()V
|
|
.registers 1
|
|
invoke-virtual {v0}, Lblah;->blah(I .blah V
|
|
.end method
|
|
|
|
.method blah5()V
|
|
.registers 1
|
|
invoke-virtual {v0}, Lblah;->blah())V
|
|
.end method
|