Home
last modified time | relevance | path

Searched refs:method1_expected_code (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/dex2oat/linker/x86/
H A Drelative_patcher_x86_test.cc72 static const uint8_t method1_expected_code[] = { in TEST_F() local
79 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()
/aosp_15_r20/art/dex2oat/linker/x86_64/
H A Drelative_patcher_x86_64_test.cc92 static const uint8_t method1_expected_code[] = { in TEST_F() local
99 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()
/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc457 static const uint8_t method1_expected_code[] = { in TEST_F() local
460 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()
/aosp_15_r20/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc620 const std::vector<uint8_t> method1_expected_code = RawCode({kBlPlus0 + (diff_after >> 2)}); in TEST_F() local
621 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()