Searched refs:ThrowClassCastException (Results 1 – 9 of 9) sorted by relevance
113 ThrowClassCastException(android::base::StringPrintf("Couldn't convert result of type %s to %s", in ConvertPrimitiveValue()
77 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type)80 void ThrowClassCastException(const char* msg)
155 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) { in ThrowClassCastException() function163 void ThrowClassCastException(const char* msg) { in ThrowClassCastException() function
236 ThrowClassCastException(h_to.Get(), h_obj->GetClass()); in ConvertJValueCommon()296 ThrowClassCastException(from, to); in ConvertJValueCommon()
789 ThrowClassCastException( in UnboxPrimitive()
116 ThrowClassCastException(dest_type, src_type); in artThrowClassCastException()
1076 ThrowClassCastException("Bootstrap method returned null"); in InvokeBootstrapMethod()1082 ThrowClassCastException(object->GetClass(), mirror::CallSite::StaticClass()); in InvokeBootstrapMethod()1091 ThrowClassCastException("Bootstrap method did not return a callsite"); in InvokeBootstrapMethod()
616 ThrowClassCastException(c, obj->GetClass()); in ExecuteSwitchImplCpp()
435 ThrowClassCastException(c, obj->GetClass()); in MterpCheckCast()