File: InvalidMethodReference.smalidea

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 (24 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.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