Searched defs:IsExactMatch (Results 1 – 2 of 2) sorted by relevance
| /art/runtime/mirror/ | ||
| D | method_type.cc | 123 bool MethodType::IsExactMatch(ObjPtr<MethodType> target) { in IsExactMatch() function in art::mirror::MethodType |
| D | method_type_test.cc | 80 TEST_F(MethodTypeTest, IsExactMatch) { in TEST_F() argument |