Lines Matching refs:RawCode

110   std::vector<uint8_t> RawCode(std::initializer_list<uint32_t> insns) {  in RawCode()  function in art::linker::Thumb2RelativePatcherTest
713 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr}); in TestBakerFieldWide()
735 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldWide()
811 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr}); in TestBakerFieldNarrow()
836 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldNarrow()
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()
1098 RawCode({kNopWInsn, kNopInsn, bne_last, kLdrWInsn}); in TEST_F()
1114 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr(base_reg)}); in TEST_F()
1131 const std::vector<uint8_t> expected_code = RawCode({bne, ldr(base_reg)}); in TEST_F()
1191 const std::vector<uint8_t> raw_code = RawCode({ldr, kBneWPlus0}); in TEST_F()
1209 const std::vector<uint8_t> expected_code = RawCode({ldr, bne}); in TEST_F()
1246 const std::vector<uint8_t> raw_code = RawCode({ldr, kBneWPlus0}); in TEST_F()
1264 const std::vector<uint8_t> expected_code = RawCode({ldr, bne}); in TEST_F()
1332 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); in TEST_F()
1374 const std::vector<uint8_t> last_method_raw_code = RawCode({ in TEST_F()