Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 17 of 17) sorted by relevance

/art/test/800-smali/smali/
DPackedSwitch.smali9 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
Db_24399945.smali9 packed-switch v0, :switch_data
13 .packed-switch 0x7FFFFFFE
17 .end packed-switch
/art/test/501-regression-packed-switch/smali/
DTest.smali22 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/
DMSwitchInsn.java31 public boolean packed; field in MSwitchInsn
42 newInsn.packed = packed; in clone()
DCodeTranslator.java412 switchInsn.packed = true; in readSwitchInstruction()
485 if (switchInsn.packed) { in updateSwitchInstruction()
522 if (switchInsn.packed) { in alignDataInstructions()
/art/test/472-unreachable-if-regression/smali/
DTest.smali35 .packed-switch 1
40 .end packed-switch
44 packed-switch v0, :pswitch_data
/art/test/517-checker-builder-fallthrough/smali/
DTestCase.smali50 packed-switch v0, :switch_data
54 .packed-switch 0x0
56 .end packed-switch
/art/test/485-checker-dce-switch/
Dinfo.txt1 Tests that DCE can remove a packed switch.
/art/test/472-unreachable-if-regression/
Dinfo.txt3 Also tests a packed-switch with negative offset to its data.
/art/test/501-regression-packed-switch/
Dinfo.txt2 to trip when compiled code contained a packed switch with no targets.
/art/test/015-switch/
Dexpected.txt1 packed
/art/runtime/jit/
Ddebugger_interface.cc330 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/
Dthread_x86.cc36 } __attribute__((packed));
/art/test/510-checker-try-catch/smali/
DBuilder.smali792 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/
Dall.txt434 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)
Dbytecodes.txt1032 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)
Dinvoke-custom.txt3754 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)