Home
last modified time | relevance | path

Searched refs:method1_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Ddex_cache_test.cc151 Handle<mirror::MethodType> method1_type = hs.NewHandle( in TEST_F() local
161 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()
/art/runtime/
Dclass_linker_test.cc1580 Handle<mirror::MethodType> method1_type = hs.NewHandle( in TEST_F() local
1584 ASSERT_TRUE(method1_type != nullptr); in TEST_F()
1590 ASSERT_OBJ_PTR_EQ(string_class.Get(), method1_type->GetRType()); in TEST_F()
1591 ASSERT_OBJ_PTR_EQ(string_class.Get(), method1_type->GetPTypes()->Get(0)); in TEST_F()
1596 ASSERT_OBJ_PTR_EQ(method1_type.Get(), method1_type2.Get()); in TEST_F()
1609 ASSERT_OBJ_PTR_NE(method1_type.Get(), method2_type.Get()); in TEST_F()