Searched refs:method1_type (Results 1 – 2 of 2) sorted by relevance
151 Handle<mirror::MethodType> method1_type = hs.NewHandle( in TEST_F() local161 EXPECT_EQ(method1_type.Get(), dex_cache->GetResolvedMethodType(method1_id.proto_idx_)); in TEST_F()173 ASSERT_EQ(method1_type.Get(), pair.object.Read()); in TEST_F()
1573 Handle<mirror::MethodType> method1_type = hs.NewHandle( in TEST_F() local1577 ASSERT_TRUE(method1_type != nullptr); in TEST_F()1583 ASSERT_OBJ_PTR_EQ(string_class.Get(), method1_type->GetRType()); in TEST_F()1584 ASSERT_OBJ_PTR_EQ(string_class.Get(), method1_type->GetPTypes()->Get(0)); in TEST_F()1589 ASSERT_OBJ_PTR_EQ(method1_type.Get(), method1_type2.Get()); in TEST_F()1602 ASSERT_OBJ_PTR_NE(method1_type.Get(), method2_type.Get()); in TEST_F()