Home
last modified time | relevance | path

Searched refs:ThrowIllegalAccessException (Results 1 – 6 of 6) sorted by relevance

/art/runtime/native/
Dsun_misc_Unsafe.cc234 ThrowIllegalAccessException("wrong number of bytes"); in Unsafe_allocateMemory()
320 ThrowIllegalAccessException("wrong number of bytes"); in Unsafe_copyMemory()
366 ThrowIllegalAccessException("wrong number of bytes"); in Unsafe_copyMemoryToPrimitiveArray()
385 ThrowIllegalAccessException("not a primitive array"); in Unsafe_copyMemoryToPrimitiveArray()
401 ThrowIllegalAccessException("wrong number of bytes"); in Unsafe_copyMemoryFromPrimitiveArray()
420 ThrowIllegalAccessException("not a primitive array"); in Unsafe_copyMemoryFromPrimitiveArray()
Djava_lang_reflect_Field.cc50 ThrowIllegalAccessException( in VerifyFieldAccess()
65 ThrowIllegalAccessException( in VerifyFieldAccess()
354 ThrowIllegalAccessException( in ThrowIAEIfRecordFinalField()
/art/runtime/
Dcommon_throws.h125 void ThrowIllegalAccessException(const char* msg)
Dcommon_throws.cc255 void ThrowIllegalAccessException(const char* msg) { in ThrowIllegalAccessException() function
Dmethod_handles.cc486 ThrowIllegalAccessException(msg.c_str()); in RefineTargetMethod()
Dreflection.cc760 ThrowIllegalAccessException( in InvokeMethod()