Home
last modified time | relevance | path

Searched defs:ThrowArrayStoreException (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dexceptions.cpp177 void ThrowArrayStoreException(const Class *array_class, const Class *element_class) in ThrowArrayStoreException() function
184 void ThrowArrayStoreException(const PandaString &msg) in ThrowArrayStoreException() function
/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h205 static void ThrowArrayStoreException(Class *array_class, Class *elem_class) in ThrowArrayStoreException() function
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h337 static void ThrowArrayStoreException(Class *array_klass, Class *elem_class) in ThrowArrayStoreException() function