Searched refs:ThrowClassCastException (Results 1 – 8 of 8) sorted by relevance
/art/runtime/entrypoints/portable/ |
D | portable_cast_entrypoints.cc | 37 ThrowClassCastException(dest_type, src_type); in art_portable_check_cast_from_code()
|
/art/runtime/ |
D | common_throws.h | 60 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type) 63 void ThrowClassCastException(const ThrowLocation* throw_location, const char* msg)
|
D | reflection-inl.h | 96 ThrowClassCastException(throw_location, in ConvertPrimitiveValue()
|
D | common_throws.cc | 121 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
|
D | reflection.cc | 707 ThrowClassCastException(throw_location, in UnboxPrimitive()
|
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 107 ThrowClassCastException(dest_type, src_type); in artThrowClassCastException()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 415 ThrowClassCastException(c, obj->GetClass()); in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 502 ThrowClassCastException(c, obj->GetClass()); in ExecuteGotoImpl()
|