summaryrefslogtreecommitdiff
path: root/dx/tests/057-dex-call-virtual/expected.txt
blob: ea50d354d868730d97f125c25afca11f902d22ea (plain)
1
2
3
4
5
6
7
8
9
10
11
Blort.test:(LZorch;)I:
regs: 0004; ins: 0001; outs: 0002
  0000: move-object v0, v3
  0001: move-object v1, v0
  0002: invoke-virtual {v1}, Zorch.zorch1:()V
  0005: move-object v1, v0
  0006: const/4 v2, #int 5 // #5
  0007: invoke-virtual {v1, v2}, Zorch.zorch2:(I)I
  000a: move-result v1
  000b: move v0, v1
  000c: return v0