Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp165 void ThrowArrayStoreException(const Class *arrayClass, const Class *elementClass) in ThrowArrayStoreException() function
172 void ThrowArrayStoreException(const PandaString &msg) in ThrowArrayStoreException() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h206 static void ThrowArrayStoreException(Class *arrayClass, Class *elemClass) in ThrowArrayStoreException() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h353 static void ThrowArrayStoreException(Class *arrayKlass, Class *elemClass) in ThrowArrayStoreException() function