Lines Matching refs:RawCode

101   std::vector<uint8_t> RawCode(std::initializer_list<uint32_t> insns) {  in RawCode()  function in art::linker::Arm64RelativePatcherTest
586 const std::vector<uint8_t> expected_code = RawCode({kBlPlus0}); in TEST_F()
606 const std::vector<uint8_t> method1_expected_code = RawCode({kBlPlus0 + (diff_after >> 2)}); in TEST_F()
1023 auto expected_code = RawCode({kBlPlus0 | (diff >> 2)}); in TEST_F()
1033 auto expected_thunk = RawCode({ ldr_ip0_tr_offset, br_ip0 }); in TEST_F()
1054 const std::vector<uint8_t> raw_code = RawCode({kCbnzIP1Plus0Insn, ldr}); in TestBakerField()
1076 const std::vector<uint8_t> expected_code = RawCode({cbnz, ldr}); in TestBakerField()
1147 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F()
1181 const std::vector<uint8_t> raw_code2 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F()
1196 const std::vector<uint8_t> expected_code1 = RawCode({kNopInsn, cbnz_max_forward, kLdrWInsn}); in TEST_F()
1197 const std::vector<uint8_t> expected_code2 = RawCode({cbnz_max_backward, kLdrWInsn}); in TEST_F()
1207 const std::vector<uint8_t> raw_code1 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn, kNopInsn}); in TEST_F()
1227 const std::vector<uint8_t> expected_code1 = RawCode({cbnz, kLdrWInsn, kNopInsn}); in TEST_F()
1236 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F()
1271 const std::vector<uint8_t> raw_code2 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F()
1283 const std::vector<uint8_t> expected_code1 = RawCode({kNopInsn, cbnz_max_forward, kLdrWInsn}); in TEST_F()
1284 const std::vector<uint8_t> expected_code2 = RawCode({kNopInsn, cbnz_last, kLdrWInsn}); in TEST_F()
1306 const std::vector<uint8_t> raw_code = RawCode({kCbnzIP1Plus0Insn, ldr(base_reg)}); in TEST_F()
1324 const std::vector<uint8_t> expected_code = RawCode({cbnz, ldr(base_reg)}); in TEST_F()
1383 const std::vector<uint8_t> raw_code = RawCode({ldr, kCbnzIP1Plus0Insn}); in TEST_F()
1402 const std::vector<uint8_t> expected_code = RawCode({ldr, cbnz}); in TEST_F()
1436 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); in TEST_F()
1478 const std::vector<uint8_t> last_method_raw_code = RawCode({ in TEST_F()