Searched refs:dest_type (Results 1 – 3 of 3) sorted by relevance
94 extern "C" NO_RETURN void artThrowClassCastException(mirror::Class* dest_type, in artThrowClassCastException() argument99 DCHECK(!dest_type->IsAssignableFrom(src_type)); in artThrowClassCastException()100 ThrowClassCastException(dest_type, src_type); in artThrowClassCastException()
59 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type)
111 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type) { in ThrowClassCastException() argument115 PrettyDescriptor(dest_type).c_str()).c_str()); in ThrowClassCastException()