Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc995 const std::vector<uint8_t> expected_code2 = RawCode({kNopWInsn, bne_max_backward, kLdrWInsn}); in TEST_F() local
1097 const std::vector<uint8_t> expected_code2 = in TEST_F() local
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc1197 const std::vector<uint8_t> expected_code2 = RawCode({cbnz_max_backward, kLdrWInsn}); in TEST_F() local
1284 const std::vector<uint8_t> expected_code2 = RawCode({kNopInsn, cbnz_last, kLdrWInsn}); in TEST_F() local