Home
last modified time | relevance | path

Searched defs:arityArray (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DTransformers.java732 Object arityArray = Array.newInstance(elementType, length); in referenceArray() local
754 int[] arityArray = new int[length]; in intArray() local
772 long[] arityArray = new long[length]; in longArray() local
801 short[] arityArray = new short[length]; in shortArray() local
815 char[] arityArray = new char[length]; in charArray() local
846 float[] arityArray = new float[length]; in floatArray() local
866 double[] arityArray = new double[length]; in doubleArray() local
967 Object arityArray = makeArityArray(callerFrame.getMethodType(), callerReader, in prepareFrame() local