Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h114 Class *src_type; member
302 static void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException()
/ark/runtime_core/runtime/interpreter/
Druntime_interface.h192 static void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException()
/ark/runtime_core/runtime/
Dexceptions.cpp139 void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException()