Lines Matching refs:kNopInsn
73 static constexpr uint32_t kNopInsn = 0xbf00u; member in art::linker::Thumb2RelativePatcherTest
105 PushBackInsn(&result, kNopInsn); in GenNops()
269 PushBackInsn(&result, kNopInsn); in GenNopsAndBl()
937 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F()
994 RawCode({kNopWInsn, kNopInsn, bne_max_forward, 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()
1098 RawCode({kNopWInsn, kNopInsn, bne_last, kLdrWInsn}); in TEST_F()
1332 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); in TEST_F()
1375 kNopInsn, // Padding before first GC root read barrier. in TEST_F()