Searched refs:method1_type (Results 1 – 2 of 2) sorted by relevance
133 Handle<mirror::MethodType> method1_type = hs.NewHandle( in TEST_F() local143 EXPECT_EQ(method1_type.Get(), dex_cache->GetResolvedMethodType(method1_id.proto_idx_)); in TEST_F()156 ASSERT_EQ(method1_type.Get(), method_type); in TEST_F()
1590 Handle<mirror::MethodType> method1_type = hs.NewHandle( in TEST_F() local1594 ASSERT_TRUE(method1_type != nullptr); in TEST_F()1600 ASSERT_OBJ_PTR_EQ(string_class.Get(), method1_type->GetRType()); in TEST_F()1601 ASSERT_OBJ_PTR_EQ(string_class.Get(), method1_type->GetPTypes()->Get(0)); in TEST_F()1606 ASSERT_OBJ_PTR_EQ(method1_type.Get(), method1_type2.Get()); in TEST_F()1619 ASSERT_OBJ_PTR_NE(method1_type.Get(), method2_type.Get()); in TEST_F()