Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Parameter.cc53 ThrowIllegalArgumentException( in Parameter_getAnnotationNative()
Djava_lang_reflect_Field.cc118 ThrowIllegalArgumentException( in GetFieldValue()
322 ThrowIllegalArgumentException( in SetFieldValue()
380 ThrowIllegalArgumentException( in SetPrimitiveField()
Djava_lang_reflect_Executable.cc178 ThrowIllegalArgumentException( in Executable_getParameters0()
188 ThrowIllegalArgumentException( in Executable_getParameters0()
Ddalvik_system_VMRuntime.cc167 ThrowIllegalArgumentException("not an array"); in VMRuntime_addressOf()
Dsun_misc_Unsafe.cc525 ThrowIllegalArgumentException("Argument to unpark() was not a Thread"); in Unsafe_unpark()
/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()
895 ThrowIllegalArgumentException( in UnboxPrimitive()
912 ThrowIllegalArgumentException(StringPrintf("Can't unbox %s to void", in UnboxPrimitive()
918 ThrowIllegalArgumentException( in UnboxPrimitive()
960 ThrowIllegalArgumentException( in UnboxPrimitive()
1036 ThrowIllegalArgumentException(StringPrintf("Expected receiver of type %s, but got %s", in InvalidReceiverError()
Dreflection-inl.h107 ThrowIllegalArgumentException( in ConvertPrimitiveValue()
Dcommon_throws.h121 void ThrowIllegalArgumentException(const char* msg)
Dcommon_throws.cc248 void ThrowIllegalArgumentException(const char* msg) { in ThrowIllegalArgumentException() function