Searched defs:dest_type (Results 1 – 2 of 2) sorted by relevance
135 extern "C" Context* artThrowClassCastException(mirror::Class* dest_type, in artThrowClassCastException()168 mirror::Class* dest_type, in artThrowClassCastExceptionForObject()
164 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) { in ThrowClassCastException()