Home
last modified time | relevance | path

Searched defs:expected_code2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc1028 const std::vector<uint8_t> expected_code2 = RawCode({kNopWInsn, bne_max_backward, kLdrWInsn}); in TEST_F() local
1133 const std::vector<uint8_t> expected_code2 = in TEST_F() local
/aosp_15_r20/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc1219 const std::vector<uint8_t> expected_code2 = RawCode({cbnz_max_backward, kLdrWInsn}); in TEST_F() local
1307 const std::vector<uint8_t> expected_code2 = RawCode({kNopInsn, cbnz_last, kLdrWInsn}); in TEST_F() local