Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_cast_entrypoints.cc37 ThrowClassCastException(dest_type, src_type); in art_portable_check_cast_from_code()
/art/runtime/
Dcommon_throws.h60 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type)
63 void ThrowClassCastException(const ThrowLocation* throw_location, const char* msg)
Dreflection-inl.h96 ThrowClassCastException(throw_location, in ConvertPrimitiveValue()
Dcommon_throws.cc121 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type) { in ThrowClassCastException() function
128 void ThrowClassCastException(const ThrowLocation* throw_location, const char* msg) { in ThrowClassCastException() function
Dreflection.cc707 ThrowClassCastException(throw_location, in UnboxPrimitive()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc107 ThrowClassCastException(dest_type, src_type); in artThrowClassCastException()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc415 ThrowClassCastException(c, obj->GetClass()); in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc502 ThrowClassCastException(c, obj->GetClass()); in ExecuteGotoImpl()