Searched defs:dest_type (Results 1 – 2 of 2) sorted by relevance
113 extern "C" NO_RETURN void artThrowClassCastException(mirror::Class* dest_type, in artThrowClassCastException()144 mirror::Class* dest_type, in artThrowClassCastExceptionForObject()
154 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) { in ThrowClassCastException()