Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type_test.cc78 Handle<mirror::MethodType> mt2 = hs.NewHandle(CreateMethodType("String", { "Integer" })); in TEST_F() local
79 ASSERT_TRUE(mt1->IsExactMatch(mt2.Get())); in TEST_F()
86 Handle<mirror::MethodType> mt2 = hs.NewHandle(CreateMethodType("Integer", { "Integer" })); in TEST_F() local
87 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get())); in TEST_F()
94 Handle<mirror::MethodType> mt2 = hs.NewHandle(CreateMethodType("String", { "String" })); in TEST_F() local
95 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get())); in TEST_F()
103 Handle<mirror::MethodType> mt2 = hs.NewHandle(CreateMethodType("String", { "String" })); in TEST_F() local
104 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get())); in TEST_F()