Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 2 of 2) sorted by relevance

/dalvik/opcode-gen/
Dbytecode.txt41 format 35c 3rc 5rc
124 op 25 filled-new-array/range 3rc n type-ref continue|throw
198 op 74 invoke-virtual/range 3rc n method-ref continue|throw|invoke
199 op 75 invoke-super/range 3rc n method-ref continue|throw|invoke
200 op 76 invoke-direct/range 3rc n method-ref continue|throw|invoke
201 op 77 invoke-static/range 3rc n method-ref continue|throw|invoke
202 op 78 invoke-interface/range 3rc n method-ref continue|throw|invoke
356 op 05ff filled-new-array/jumbo 5rc n type-ref continue|throw
385 op 22ff invoke-virtual/jumbo 5rc n method-ref continue|throw|invoke
386 op 23ff invoke-super/jumbo 5rc n method-ref continue|throw|invoke
[all …]
/dalvik/vm/oo/
DClass.cpp3577 char rc = refField->signature[0]; in computeFieldOffsets() local
3579 if (rc == '[' || rc == 'L') { in computeFieldOffsets()
3589 c = rc; in computeFieldOffsets()
3644 char rc = singleField->signature[0]; in computeFieldOffsets() local
3646 if (rc != 'J' && rc != 'D') { in computeFieldOffsets()
3684 char rc = doubleField->signature[0]; in computeFieldOffsets() local
3686 if (rc == 'D' || rc == 'J') { in computeFieldOffsets()
3693 c = rc; in computeFieldOffsets()