Lines Matching refs:throwAccessException
315 throwAccessException(klass, name, true, "Field.getInt()"); in checkField()
318 throwAccessException(klass, name, true, "Field.setInt()"); in checkField()
321 throwAccessException(klass, name, true, "getIntField"); in checkField()
324 throwAccessException(klass, name, true, "setIntField"); in checkField()
411 throwAccessException(klass, name, false, "invoke()"); in checkMethod()
414 throwAccessException(klass, name, false, "CallMethodA"); in checkMethod()
417 throwAccessException(klass, name, false, "CallMethodV"); in checkMethod()
503 throwAccessException(klass, fullName, false, "invoke()"); in checkConstructor()
506 throwAccessException(klass, fullName, false, "NewObjectA"); in checkConstructor()
509 throwAccessException(klass, fullName, false, "NewObjectV"); in checkConstructor()
541 private static void throwAccessException(Class<?> klass, String name, boolean isField, in throwAccessException() method in ChildClass