Home
last modified time | relevance | path

Searched refs:payload (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/tests/072-dex-switch-edge-cases/
Dexpected.txt21 000c: packed-switch-payload // for switch @ 0003
35 000c: packed-switch-payload // for switch @ 0003
49 000c: packed-switch-payload // for switch @ 0003
67 0010: sparse-switch-payload // for switch @ 0003
86 0010: sparse-switch-payload // for switch @ 0003
105 0010: sparse-switch-payload // for switch @ 0003
124 0010: sparse-switch-payload // for switch @ 0003
/dalvik/dx/tests/067-dex-switch-and-try/
Dexpected.txt17 0012: packed-switch-payload // for switch @ 0003
40 0018: packed-switch-payload // for switch @ 0003
67 0018: packed-switch-payload // for switch @ 0003
94 0018: packed-switch-payload // for switch @ 0003
/dalvik/dx/tests/045-dex-switch-ops/
Dexpected.txt23 0016: packed-switch-payload // for switch @ 0003
49 0016: sparse-switch-payload // for switch @ 0003
/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java624 PackedSwitchPayloadDecodedInstruction payload = in FORMAT_PACKED_SWITCH_PAYLOAD() local
626 int[] targets = payload.getTargets(); in FORMAT_PACKED_SWITCH_PAYLOAD()
629 out.write(payload.getOpcodeUnit()); in FORMAT_PACKED_SWITCH_PAYLOAD()
631 out.writeInt(payload.getFirstKey()); in FORMAT_PACKED_SWITCH_PAYLOAD()
660 SparseSwitchPayloadDecodedInstruction payload = in FORMAT_SPARSE_SWITCH_PAYLOAD() local
662 int[] keys = payload.getKeys(); in FORMAT_SPARSE_SWITCH_PAYLOAD()
663 int[] targets = payload.getTargets(); in FORMAT_SPARSE_SWITCH_PAYLOAD()
666 out.write(payload.getOpcodeUnit()); in FORMAT_SPARSE_SWITCH_PAYLOAD()
730 FillArrayDataPayloadDecodedInstruction payload = in FORMAT_FILL_ARRAY_DATA_PAYLOAD() local
732 short elementWidth = payload.getElementWidthUnit(); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()
[all …]
/dalvik/dx/tests/122-switch-with-high-register/
Dexpected.txt278 020c: packed-switch-payload // for switch @ 01fc
836 020e: packed-switch-payload // for switch @ 01ff