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

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

Completed in 314 milliseconds