Home
last modified time | relevance | path

Searched refs:ThrowClassCastException (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dreflection-inl.h112 ThrowClassCastException(android::base::StringPrintf("Couldn't convert result of type %s to %s", in ConvertPrimitiveValue()
Dcommon_throws.h78 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type)
81 void ThrowClassCastException(const char* msg)
Dcommon_throws.cc153 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) { in ThrowClassCastException() function
161 void ThrowClassCastException(const char* msg) { in ThrowClassCastException() function
Dmethod_handles.cc238 ThrowClassCastException(h_to.Get(), h_obj->GetClass()); in ConvertJValueCommon()
298 ThrowClassCastException(from, to); in ConvertJValueCommon()
Dreflection.cc859 ThrowClassCastException( in UnboxPrimitive()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc139 ThrowClassCastException(dest_type, src_type); in artThrowClassCastException()
/art/runtime/interpreter/
Dinterpreter_common.cc1201 ThrowClassCastException("Unsupported bootstrap argument type"); in BuildCallSiteForBootstrapMethod()
1295 ThrowClassCastException(collector_array_class->GetComponentType(), in InvokeBootstrapMethod()
1329 ThrowClassCastException(from, to); in InvokeBootstrapMethod()
1334 ThrowClassCastException(bsm->GetMethodType()->GetRType(), call_site_type->GetRType()); in InvokeBootstrapMethod()
1401 ThrowClassCastException("Bootstrap method returned null"); in InvokeBootstrapMethod()
1408 ThrowClassCastException(object->GetClass(), call_site_class); in InvokeBootstrapMethod()
1416 ThrowClassCastException("Bootstrap method returned a CallSite with a null target"); in InvokeBootstrapMethod()
Dinterpreter_switch_impl-inl.h796 ThrowClassCastException(c, obj->GetClass()); in CHECK_CAST()
/art/runtime/interpreter/mterp/
Dmterp.cc417 ThrowClassCastException(c, obj->GetClass()); in MterpCheckCast()