Home
last modified time | relevance | path

Searched refs:ThrowClassCastException (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dcommon_throws.h59 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type)
62 void ThrowClassCastException(const char* msg)
Dreflection-inl.h96 ThrowClassCastException(StringPrintf("Couldn't convert result of type %s to %s", in ConvertPrimitiveValue()
Dcommon_throws.cc111 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type) { in ThrowClassCastException() function
118 void ThrowClassCastException(const char* msg) { in ThrowClassCastException() function
Dreflection.cc753 ThrowClassCastException(StringPrintf("Couldn't convert result of type %s to %s", in UnboxPrimitive()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc100 ThrowClassCastException(dest_type, src_type); in artThrowClassCastException()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc477 ThrowClassCastException(c, obj->GetClass()); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc380 ThrowClassCastException(c, obj->GetClass()); in ExecuteSwitchImpl()