Home
last modified time | relevance | path

Searched refs:ThrowNegativeArraySizeException (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dexceptions.h48 void ThrowNegativeArraySizeException(coretypes::ArraySsizeT size);
50 void ThrowNegativeArraySizeException(const PandaString &msg);
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h176 static void ThrowNegativeArraySizeException(coretypes::ArraySsizeT size) in ThrowNegativeArraySizeException() function
178 panda::ThrowNegativeArraySizeException(size); in ThrowNegativeArraySizeException()
Dinterpreter-inl.h1843 RuntimeIfaceT::ThrowNegativeArraySizeException(size); in HandleNewarr()
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp115 void ThrowNegativeArraySizeException(coretypes::ArraySsizeT size) in ThrowNegativeArraySizeException() function
125 void ThrowNegativeArraySizeException(const PandaString &msg) in ThrowNegativeArraySizeException() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray-inl.h256 panda::ThrowNegativeArraySizeException(arrSize); in CreateMultiDimensionalArray()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h323 static void ThrowNegativeArraySizeException(coretypes::ArraySsizeT size) in ThrowNegativeArraySizeException() function
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp935 ThrowNegativeArraySizeException(size); in NegativeArraySizeExceptionEntrypoint()
1436 interpreter::RuntimeInterface::ThrowNegativeArraySizeException(size); in ThrowNegativeArraySizeExceptionFromInterpreter()