Searched refs:method1_expected_code (Results 1 – 4 of 4) sorted by relevance
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()
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()
436 static const uint8_t method1_expected_code[] = { in TEST_F() local439 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()
606 const std::vector<uint8_t> method1_expected_code = RawCode({kBlPlus0 + (diff_after >> 2)}); in TEST_F() local607 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); in TEST_F()