Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc234 ThrowIllegalAccessException("wrong number of bytes"); in Unsafe_allocateMemory()
316 ThrowIllegalAccessException("wrong number of bytes"); in Unsafe_copyMemory()
362 ThrowIllegalAccessException("wrong number of bytes"); in Unsafe_copyMemoryToPrimitiveArray()
381 ThrowIllegalAccessException("not a primitive array"); in Unsafe_copyMemoryToPrimitiveArray()
397 ThrowIllegalAccessException("wrong number of bytes"); in Unsafe_copyMemoryFromPrimitiveArray()
416 ThrowIllegalAccessException("not a primitive array"); in Unsafe_copyMemoryFromPrimitiveArray()
Djava_lang_reflect_Field.cc49 ThrowIllegalAccessException( in VerifyFieldAccess()
64 ThrowIllegalAccessException( in VerifyFieldAccess()
/art/runtime/
Dcommon_throws.h116 void ThrowIllegalAccessException(const char* msg)
Dcommon_throws.cc242 void ThrowIllegalAccessException(const char* msg) { in ThrowIllegalAccessException() function
Dreflection.cc706 ThrowIllegalAccessException( in InvokeMethod()