Searched refs:RawCode (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 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() [all …]
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 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() [all …]
|