Searched refs:ThrowNegativeArraySizeException (Results 1 – 7 of 7) sorted by relevance
48 void ThrowNegativeArraySizeException(coretypes::ArraySsizeT size);50 void ThrowNegativeArraySizeException(const PandaString &msg);
176 static void ThrowNegativeArraySizeException(coretypes::ArraySsizeT size) in ThrowNegativeArraySizeException() function178 panda::ThrowNegativeArraySizeException(size); in ThrowNegativeArraySizeException()
1843 RuntimeIfaceT::ThrowNegativeArraySizeException(size); in HandleNewarr()
115 void ThrowNegativeArraySizeException(coretypes::ArraySsizeT size) in ThrowNegativeArraySizeException() function125 void ThrowNegativeArraySizeException(const PandaString &msg) in ThrowNegativeArraySizeException() function
256 panda::ThrowNegativeArraySizeException(arrSize); in CreateMultiDimensionalArray()
323 static void ThrowNegativeArraySizeException(coretypes::ArraySsizeT size) in ThrowNegativeArraySizeException() function
935 ThrowNegativeArraySizeException(size); in NegativeArraySizeExceptionEntrypoint()1436 interpreter::RuntimeInterface::ThrowNegativeArraySizeException(size); in ThrowNegativeArraySizeExceptionFromInterpreter()