Searched refs:method1_expected_code (Results 1 – 4 of 4) sorted by relevance
72 static const uint8_t method1_expected_code[] = { in TEST_F() local79 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()
92 static const uint8_t method1_expected_code[] = { in TEST_F() local99 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()
457 static const uint8_t method1_expected_code[] = { in TEST_F() local460 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()
620 const std::vector<uint8_t> method1_expected_code = RawCode({kBlPlus0 + (diff_after >> 2)}); in TEST_F() local621 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()