Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc110 std::vector<uint8_t> RawCode(std::initializer_list<uint32_t> insns) { in RawCode() function in art::linker::Thumb2RelativePatcherTest
735 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldWide()
836 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldNarrow()
994 RawCode({kNopWInsn, kNopInsn, bne_max_forward, 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()
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()
[all …]
/aosp12/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc101 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()
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()
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()
[all …]