Searched refs:ThrowNegativeArraySizeException (Results 1 – 8 of 8) sorted by relevance
140 void ThrowNegativeArraySizeException(int size)143 void ThrowNegativeArraySizeException(const char* msg)
284 void ThrowNegativeArraySizeException(int size) { in ThrowNegativeArraySizeException() function289 void ThrowNegativeArraySizeException(const char* msg) { in ThrowNegativeArraySizeException() function
50 ThrowNegativeArraySizeException(length); in Array_createObjectArray()
63 ThrowNegativeArraySizeException(length); in VMRuntime_newNonMovableArray()87 ThrowNegativeArraySizeException(length); in VMRuntime_newUnpaddedArray()
88 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str()); in CreateMultiArray()
181 ThrowNegativeArraySizeException(component_count); in CheckArrayAlloc()241 ThrowNegativeArraySizeException(component_count); in AllocArrayFromCodeResolved()
43 ThrowNegativeArraySizeException(component_count); in CheckFilledNewArrayAlloc()
671 ThrowNegativeArraySizeException(length); in DoFilledNewArray()