Home
last modified time | relevance | path

Searched defs:IsExactMatch (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dmethod_type_test.cc73 TEST_F(MethodTypeTest, IsExactMatch) { in TEST_F() argument
Dmethod_type.cc114 bool MethodType::IsExactMatch(ObjPtr<MethodType> target) { in IsExactMatch() function in art::mirror::MethodType