Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc74 static constexpr uint32_t kNopWInsn = 0xf3af8000u; member in art::linker::Thumb2RelativePatcherTest
937 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F()
978 const std::vector<uint8_t> raw_code2 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn}); in TEST_F()
994 RawCode({kNopWInsn, kNopInsn, bne_max_forward, kLdrWInsn}); in TEST_F()
995 const std::vector<uint8_t> expected_code2 = RawCode({kNopWInsn, bne_max_backward, kLdrWInsn}); in TEST_F()
1005 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn, kNopInsn}); in TEST_F()
1026 const std::vector<uint8_t> expected_code1 = RawCode({kNopWInsn, bne, kLdrWInsn, kNopInsn}); in TEST_F()
1035 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F()
1079 const std::vector<uint8_t> raw_code2 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F()
1096 RawCode({kNopWInsn, kNopInsn, bne_max_forward, kLdrWInsn}); in TEST_F()
[all …]