Searched refs:packed (Results 1 – 7 of 7) sorted by relevance
/dalvik/dx/tests/067-dex-switch-and-try/ |
D | expected.txt | 6 0003: packed-switch v3, 0012 // +000f 17 0012: packed-switch-payload // for switch @ 0003 25 0003: packed-switch v3, 0018 // +0015 40 0018: packed-switch-payload // for switch @ 0003 52 0003: packed-switch v3, 0018 // +0015 67 0018: packed-switch-payload // for switch @ 0003 79 0003: packed-switch v3, 0018 // +0015 94 0018: packed-switch-payload // for switch @ 0003
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | SwitchData.java | 47 private final boolean packed; field in SwitchData 89 this.packed = shouldPack(cases); in SwitchData() 95 return packed ? (int) packedCodeSize(cases) : in codeSize() 106 if (packed) { in writeTo() 157 return packed; in isPacked() 183 sb.append(packed ? "packed" : "sparse"); in listingString0()
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | SwitchData.java | 48 private final boolean packed; field in SwitchData 90 this.packed = shouldPack(cases); in SwitchData() 96 return packed ? (int) packedCodeSize(cases) : in codeSize() 107 if (packed) { in writeTo() 158 return packed; in isPacked() 184 sb.append(packed ? "packed" : "sparse"); in listingString0()
|
/dalvik/dx/tests/072-dex-switch-edge-cases/ |
D | expected.txt | 14 0003: packed-switch v2, 000c // +0009 21 000c: packed-switch-payload // for switch @ 0003 28 0003: packed-switch v2, 000c // +0009 35 000c: packed-switch-payload // for switch @ 0003 42 0003: packed-switch v2, 000c // +0009 49 000c: packed-switch-payload // for switch @ 0003
|
/dalvik/dx/tests/045-dex-switch-ops/ |
D | expected.txt | 6 0003: packed-switch v2, 0016 // +0013 23 0016: packed-switch-payload // for switch @ 0003
|
/dalvik/dx/tests/122-switch-with-high-register/ |
D | expected.txt | 264 01fc: packed-switch v0, 020c // +0010 278 020c: packed-switch-payload // for switch @ 01fc 823 01ff: packed-switch v0, 020e // +000f 836 020e: packed-switch-payload // for switch @ 01ff
|
/dalvik/opcode-gen/ |
D | bytecode.txt | 134 op 2b packed-switch 31t n none continue|switch
|