Searched defs:newArray (Results 1 – 11 of 11) sorted by relevance
88 static <T> T[] newArray(Class<T> type, int length) { in newArray() method in Platform99 static <T> T[] newArray(T[] reference, int length) { in newArray() method in Platform
44 public static <T> T[] newArray(Class<T> type, int length) { in newArray() method in ObjectArrays55 public static <T> T[] newArray(T[] reference, int length) { in newArray() method in ObjectArrays
69 Object[] newArray = new Object[size()]; in toArray() local
56 Object[] newArray = new Object[size()]; in toArray() local
73 ESR_ReturnCode IntArrayListToStaticArray(IntArrayList* self, int** newArray) in IntArrayListToStaticArray()
96 ESR_ReturnCode Int8ArrayListToStaticArray(Int8ArrayList* self, asr_int8_t** newArray) in Int8ArrayListToStaticArray()
175 ESR_ReturnCode IntArrayList_ToStaticArray(IntArrayList* self, int** newArray) in IntArrayList_ToStaticArray()
176 ESR_ReturnCode Int8ArrayList_ToStaticArray(Int8ArrayList* self, asr_int8_t** newArray) in Int8ArrayList_ToStaticArray()
416 Clazz[] newArray = new Clazz[length]; in shrinkToNewArray() local
1274 UChar *newArray = getArrayStart(); in doReplace() local
1306 UChar *newArray = getArrayStart(); in doReplace() local