Home
last modified time | relevance | path

Searched refs:method2_expected_code (Results 1 – 5 of 5) sorted by relevance

/art/compiler/linker/mips64/
Drelative_patcher_mips64_test.cc119 static const uint8_t method2_expected_code[] = { in TEST_F() local
123 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code))); in TEST_F()
/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc80 static const uint8_t method2_expected_code[] = { in TEST_F() local
87 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code))); in TEST_F()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc100 static const uint8_t method2_expected_code[] = { in TEST_F() local
107 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code))); in TEST_F()
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc252 auto method2_expected_code = GenNopsAndBl(0u, kBlMinus256 | ((diff_before >> 1) & 0xffu)); in TEST_F() local
253 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code))); in TEST_F()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc548 auto method2_expected_code = GenNopsAndBl(0u, kBlPlus0 | ((diff_before >> 2) & 0x03ffffffu)); in TEST_F() local
549 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code))); in TEST_F()