Searched refs:targs (Results 1 – 1 of 1) sorted by relevance
4080 List<Class<?>> targs = ttype.parameterList(); in guardWithTest() local4082 if (!targs.equals(gargs)) { in guardWithTest()4083 int gpc = gargs.size(), tpc = targs.size(); in guardWithTest()4084 if (gpc >= tpc || !targs.subList(0, gpc).equals(gargs)) in guardWithTest()4086 test = dropArguments(test, gpc, targs.subList(gpc, tpc)); in guardWithTest()