Searched refs:ThrowNegativeArraySizeException (Results 1 – 8 of 8) sorted by relevance
193 EXPORT void ThrowNegativeArraySizeException(int size)196 void ThrowNegativeArraySizeException(const char* msg)
379 void ThrowNegativeArraySizeException(int size) { in ThrowNegativeArraySizeException() function384 void ThrowNegativeArraySizeException(const char* msg) { in ThrowNegativeArraySizeException() function
57 ThrowNegativeArraySizeException(length); in Array_createObjectArray()
104 ThrowNegativeArraySizeException(length); in VMRuntime_newNonMovableArray()131 ThrowNegativeArraySizeException(length); in VMRuntime_newUnpaddedArray()
93 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str()); in CreateMultiArray()
298 ThrowNegativeArraySizeException(component_count); in CheckArrayAlloc()364 ThrowNegativeArraySizeException(component_count); in AllocArrayFromCodeResolved()
1404 ThrowNegativeArraySizeException(length); in DoFilledNewArray()
2124 ThrowNegativeArraySizeException(length); in UnstartedJNIArrayCreateObjectArray()