Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h185 static void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException() function
/arkcompiler/runtime_core/runtime/
Dexceptions.cpp140 void ThrowClassCastException(const Class *dst_type, const Class *src_type) in ThrowClassCastException() function
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h314 static void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException() function