Searched refs:method2_expected_code (Results 1 - 4 of 4) sorted by relevance

/art/compiler/linker/x86/
H A Drelative_patcher_x86_test.cc81 static const uint8_t method2_expected_code[] = { local
88 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code)));
/art/compiler/linker/x86_64/
H A Drelative_patcher_x86_64_test.cc101 static const uint8_t method2_expected_code[] = { local
108 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code)));
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc384 auto method2_expected_code = GenNopsAndBl(0u, kBlMinus256 | ((diff_before >> 1) & 0xffu)); local
385 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code)));
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc565 auto method2_expected_code = GenNopsAndBl(0u, kBlPlus0 | ((diff_before >> 2) & 0x03ffffffu)); local
566 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code)));

Completed in 314 milliseconds