Searched refs:ThrowIllegalArgumentException (Results 1 - 5 of 5) sorted by last modified time

/art/runtime/
H A Dcommon_throws.cc182 void ThrowIllegalArgumentException(const ThrowLocation* throw_location, const char* msg) { function in namespace:art
H A Dcommon_throws.h98 void ThrowIllegalArgumentException(const ThrowLocation* throw_location, const char* msg)
H A Dreflection.cc67 ThrowIllegalArgumentException(NULL,
112 ThrowIllegalArgumentException(NULL,
200 ThrowIllegalArgumentException(throw_location,
289 ThrowIllegalArgumentException(throw_location,
306 ThrowIllegalArgumentException(throw_location,
313 ThrowIllegalArgumentException(throw_location,
355 ThrowIllegalArgumentException(throw_location,
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc87 ThrowIllegalArgumentException(NULL, "not an array");
H A Djava_lang_reflect_Field.cc74 ThrowIllegalArgumentException(NULL,
211 ThrowIllegalArgumentException(NULL, StringPrintf("Not a primitive field: %s",
253 ThrowIllegalArgumentException(NULL, StringPrintf("Not a primitive field: %s",

Completed in 114 milliseconds