Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp134 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h330 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException() function