Searched refs:exactMatch (Results 1 – 1 of 1) sorted by relevance
1209 private static boolean exactMatch(MethodType callsiteType, MethodType targetType) { in exactMatch() method in Transformers.Invoker1218 if (!exactMatch(argumentType, parameterType)) { in exactMatch()1224 || exactMatch(callsiteType.returnType(), targetType.returnType()); in exactMatch()1235 private static boolean exactMatch(Class lhs, Class rhs) { in exactMatch() method in Transformers.Invoker