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 | 937 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local 1005 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn, kNopInsn}); in TEST_F() local 1035 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local 1332 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); in TEST_F() local
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 1147 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local 1207 const std::vector<uint8_t> raw_code1 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn, kNopInsn}); in TEST_F() local 1236 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local 1436 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); in TEST_F() local
|