Searched refs:ThrowClassCastException (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | reflection-inl.h | 112 ThrowClassCastException(android::base::StringPrintf("Couldn't convert result of type %s to %s", in ConvertPrimitiveValue()
|
D | common_throws.h | 82 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) 85 void ThrowClassCastException(const char* msg)
|
D | method_handles.cc | 243 ThrowClassCastException(h_to.Get(), h_obj->GetClass()); in ConvertJValueCommon() 295 ThrowClassCastException(from, to); in ConvertJValueCommon() 310 ThrowClassCastException(from, to); in ConvertJValueCommon()
|
D | common_throws.cc | 154 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) { in ThrowClassCastException() function 161 void ThrowClassCastException(const char* msg) { in ThrowClassCastException() function
|
D | reflection.cc | 923 ThrowClassCastException( in UnboxPrimitive()
|
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 139 ThrowClassCastException(dest_type, src_type); in artThrowClassCastException()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 895 ThrowClassCastException("Unsupported bootstrap argument type"); in BuildCallSiteForBootstrapMethod() 989 ThrowClassCastException(collector_array_class->GetComponentType(), in InvokeBootstrapMethod() 1023 ThrowClassCastException(from, to); in InvokeBootstrapMethod() 1028 ThrowClassCastException(bsm->GetMethodType()->GetRType(), call_site_type->GetRType()); in InvokeBootstrapMethod() 1093 ThrowClassCastException("Bootstrap method returned null"); in InvokeBootstrapMethod() 1100 ThrowClassCastException(object->GetClass(), call_site_class); in InvokeBootstrapMethod() 1108 ThrowClassCastException("Bootstrap method returned a CallSite with a null target"); in InvokeBootstrapMethod()
|
D | interpreter_switch_impl-inl.h | 811 ThrowClassCastException(c, obj->GetClass()); in CHECK_CAST()
|