Searched refs:packed (Results 1 – 18 of 18) sorted by relevance
/art/test/800-smali/smali/ |
D | PackedSwitch.smali | 9 packed-switch v0, :switch_data 13 .packed-switch 0x0 15 .end packed-switch 32 packed-switch v0, :switch_data 36 .packed-switch 0x7FFFFFFE 39 .end packed-switch
|
D | b_24399945.smali | 9 packed-switch v0, :switch_data 13 .packed-switch 0x7FFFFFFE 17 .end packed-switch
|
/art/test/501-regression-packed-switch/smali/ |
D | Test.smali | 22 packed-switch v0, :pswitch_data_6a 27 .packed-switch 0x0 28 .end packed-switch 40 .packed-switch 0x0 43 .end packed-switch 46 packed-switch v0, :pswitch_data
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MSwitchInsn.java | 31 public boolean packed; field in MSwitchInsn 42 newInsn.packed = packed; in clone()
|
D | CodeTranslator.java | 412 switchInsn.packed = true; in readSwitchInstruction() 485 if (switchInsn.packed) { in updateSwitchInstruction() 522 if (switchInsn.packed) { in alignDataInstructions()
|
/art/test/472-unreachable-if-regression/smali/ |
D | Test.smali | 35 .packed-switch 1 40 .end packed-switch 44 packed-switch v0, :pswitch_data
|
/art/test/517-checker-builder-fallthrough/smali/ |
D | TestCase.smali | 50 packed-switch v0, :switch_data 54 .packed-switch 0x0 56 .end packed-switch
|
/art/test/485-checker-dce-switch/ |
D | info.txt | 1 Tests that DCE can remove a packed switch.
|
/art/test/472-unreachable-if-regression/ |
D | info.txt | 3 Also tests a packed-switch with negative offset to its data.
|
/art/test/501-regression-packed-switch/ |
D | info.txt | 2 to trip when compiled code contained a packed switch with no targets.
|
/art/test/015-switch/ |
D | expected.txt | 1 packed
|
/art/runtime/jit/ |
D | debugger_interface.cc | 330 std::vector<uint8_t> packed = pack(isa, features, added_elf_files, removed_symbols, &symbols); in MaybePackJitMiniDebugInfo() local 338 << " size=" << PrettySize(packed.size()); in MaybePackJitMiniDebugInfo() 344 ArrayRef<const uint8_t>(packed), in MaybePackJitMiniDebugInfo()
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 36 } __attribute__((packed));
|
/art/test/510-checker-try-catch/smali/ |
D | Builder.smali | 792 packed-switch p0, :pswitch_data 802 .packed-switch 0x0 805 .end packed-switch 904 packed-switch p0, :pswitch_data 920 .packed-switch 0x0 923 .end packed-switch
|
/art/test/dexdump/ |
D | all.txt | 434 00076c: 2b00 0800 0000 |0000: packed-switch v0, 00000008 // +00000008 440 00077c: 0001 0200 feff ff7f 0500 0000 0600 ... |0008: packed-switch-data (8 units)
|
D | checkers.txt | 290 001774: 2b06 2600 0000 |0006: packed-switch v6, 0000002c // +00000026 309 0017c0: 0001 0500 1300 0000 1a00 0000 2000 ... |002c: packed-switch-data (14 units) 331 001802: 2b02 8900 0000 |000b: packed-switch v2, 00000094 // +00000089 401 001914: 0001 0300 0000 0000 0800 0000 3600 ... |0094: packed-switch-data (10 units) 461 00199e: 2b01 1d00 0000 |0005: packed-switch v1, 00000022 // +0000001d 476 0019d8: 0001 0300 0000 0000 0800 0000 0300 ... |0022: packed-switch-data (10 units) 2080 002c5e: 2b03 6900 0000 |0093: packed-switch v3, 000000fc // +00000069 2140 002d30: 0001 0300 0000 0000 1a00 0000 2400 ... |00fc: packed-switch-data (10 units) 2159 002d64: 2b00 4000 0000 |0008: packed-switch v0, 00000048 // +00000040 2191 002de4: 0001 0600 0100 0000 0400 0000 1000 ... |0048: packed-switch-data (16 units) [all …]
|
D | bytecodes.txt | 1032 001112: 2b02 3500 0000 |0007: packed-switch v2, 0000003c // +00000035 1059 00117c: 0001 0200 0000 0000 0900 0000 1b00 ... |003c: packed-switch-data (8 units)
|
D | invoke-custom.txt | 3754 003384: 2b01 3800 0000 |0020: packed-switch v1, 00000058 // +00000038 3779 0033f4: 0001 0200 0100 0000 1800 0000 0900 ... |0058: packed-switch-data (8 units)
|