Home
last modified time | relevance | path

Searched refs:ThrowIllegalArgumentException (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Dreflection.cc220 ThrowIllegalArgumentException( in ThrowIllegalPrimitiveArgumentException()
252 ThrowIllegalArgumentException( in BuildArgArrayFromObjectArray()
281 ThrowIllegalArgumentException(\ in BuildArgArrayFromObjectArray()
469 ThrowIllegalArgumentException(StringPrintf("Wrong number of arguments; expected %d, got %d", in CheckArgsForInvokeMethod()
917 ThrowIllegalArgumentException( in UnboxPrimitive()
934 ThrowIllegalArgumentException(StringPrintf("Can't unbox %s to void", in UnboxPrimitive()
940 ThrowIllegalArgumentException( in UnboxPrimitive()
982 ThrowIllegalArgumentException( in UnboxPrimitive()
1058 ThrowIllegalArgumentException(StringPrintf("Expected receiver of type %s, but got %s", in InvalidReceiverError()
Dreflection-inl.h107 ThrowIllegalArgumentException( in ConvertPrimitiveValue()
Dcommon_throws.h130 void ThrowIllegalArgumentException(const char* msg)
Dcommon_throws.cc261 void ThrowIllegalArgumentException(const char* msg) { in ThrowIllegalArgumentException() function
/art/runtime/native/
Djava_lang_reflect_Parameter.cc53 ThrowIllegalArgumentException( in Parameter_getAnnotationNative()
Djava_lang_reflect_Field.cc132 ThrowIllegalArgumentException( in GetFieldValue()
336 ThrowIllegalArgumentException( in SetFieldValue()
422 ThrowIllegalArgumentException( in SetPrimitiveField()
Djava_lang_reflect_Executable.cc178 ThrowIllegalArgumentException( in Executable_getParameters0()
188 ThrowIllegalArgumentException( in Executable_getParameters0()
Ddalvik_system_VMRuntime.cc163 ThrowIllegalArgumentException("not an array"); in VMRuntime_addressOf()
167 ThrowIllegalArgumentException("not a primitive array"); in VMRuntime_addressOf()
Djdk_internal_misc_Unsafe.cc491 ThrowIllegalArgumentException("Argument to unpark() was not a Thread"); in Unsafe_unpark()
Dsun_misc_Unsafe.cc531 ThrowIllegalArgumentException("Argument to unpark() was not a Thread"); in Unsafe_unpark()