Home
last modified time | relevance | path

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

/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc71 static const uint8_t method1_expected_code[] = { in TEST_F() local
76 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc81 static const uint8_t method1_expected_code[] = { in TEST_F() local
86 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc209 static const uint8_t method1_expected_code[] = { in TEST_F() local
212 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc362 static const uint8_t method1_expected_code[] = { in TEST_F() local
365 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()