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.

31 lines
417 B

.method blah()V
.registers 1
invoke-virtual .blah v0}, Lblah;->blah()V
.end method
.method blah2()V
.registers 1
invoke-virtual {v1, v2} .blah Lblah;->blah()V
.end method
.method blah3()V
.array-data 4
1
2
.blah
.end method
.method blah4()V
.packed-switch 1
:blah
:blah2
.blah
.end method
.method blah5()V
.sparse-switch
1 -> :blah
3 -> :blah2
5 -> :blah3
.blah
.end method