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

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc868 const std::vector<uint8_t> expected_code2 = RawCode({kNopWInsn, bne_max_backward, kLdrWInsn}); local
870 ASSERT_TRUE(CheckLinkedMethod(MethodRef(5), ArrayRef<const uint8_t>(expected_code2)));
970 const std::vector<uint8_t> expected_code2 = local
973 ASSERT_TRUE(CheckLinkedMethod(MethodRef(5), ArrayRef<const uint8_t>(expected_code2)));
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc1057 const std::vector<uint8_t> expected_code2 = RawCode({cbnz_max_backward, kLdrWInsn}); local
1059 ASSERT_TRUE(CheckLinkedMethod(MethodRef(5), ArrayRef<const uint8_t>(expected_code2)));
1146 const std::vector<uint8_t> expected_code2 = RawCode({kNopInsn, cbnz_last, kLdrWInsn}); local
1148 ASSERT_TRUE(CheckLinkedMethod(MethodRef(5), ArrayRef<const uint8_t>(expected_code2)));

Completed in 42 milliseconds