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