Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 20 of 20) 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/560-packed-switch/
DAndroid.bp3 name: "art-run-test-560-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/arch/x86/
Dthread_x86.cc36 } __attribute__((packed));
/art/runtime/jit/
Ddebugger_interface.cc541 std::vector<uint8_t> packed = jit->GetJitCompiler()->PackElfFileForJIT( in RepackEntries() local
550 << " size=" << packed.size() << (compress ? "(lzma)" : ""); in RepackEntries()
553 CreateJITCodeEntryInternal<JitNativeInfo>(ArrayRef<const uint8_t>(packed), in RepackEntries()
/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)
Dcheckers.txt290 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 …]
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)
/art/
DTEST_MAPPING849 "name": "art-run-test-560-packed-switch"