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.java765 PackedSwitchPayloadDecodedInstruction payload = in FORMAT_PACKED_SWITCH_PAYLOAD() local
767 int[] targets = payload.getTargets(); in FORMAT_PACKED_SWITCH_PAYLOAD()
770 out.write(payload.getOpcodeUnit()); in FORMAT_PACKED_SWITCH_PAYLOAD()
772 out.writeInt(payload.getFirstKey()); in FORMAT_PACKED_SWITCH_PAYLOAD()
803 SparseSwitchPayloadDecodedInstruction payload = in FORMAT_SPARSE_SWITCH_PAYLOAD() local
805 int[] keys = payload.getKeys(); in FORMAT_SPARSE_SWITCH_PAYLOAD()
806 int[] targets = payload.getTargets(); in FORMAT_SPARSE_SWITCH_PAYLOAD()
809 out.write(payload.getOpcodeUnit()); in FORMAT_SPARSE_SWITCH_PAYLOAD()
876 FillArrayDataPayloadDecodedInstruction payload = in FORMAT_FILL_ARRAY_DATA_PAYLOAD() local
878 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