Searched defs:raw_code1 (Results 1 – 3 of 3) sorted by relevance
/art/compiler/driver/ |
D | compiled_method_storage_test.cc | 30 const uint8_t raw_code1[] = { 1u, 2u, 3u }; in TEST() local
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 907 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local 975 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn, kNopInsn}); in TEST_F() local 1005 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local 1302 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); in TEST_F() local
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 1116 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local 1176 const std::vector<uint8_t> raw_code1 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn, kNopInsn}); in TEST_F() local 1205 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local 1405 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); in TEST_F() local
|