HomeSort by relevance Sort by last modified time
    Searched full:ptypes1 (Results 1 - 1 of 1) sorted by null

  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodType.java 247 Class<?>[] ptypes1 = new Class<?>[1+ptypes.length]; local
248 ptypes1[0] = ptype0;
249 System.arraycopy(ptypes, 0, ptypes1, 1, ptypes.length);
250 return makeImpl(rtype, ptypes1, true);
    [all...]

Completed in 319 milliseconds