Searched refs:copyMethod (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DLangReflectAccess.java102 public Method copyMethod(Method arg); method in interface:LangReflectAccess
H A DReflectionFactory.java299 public Method copyMethod(Method arg) { method in class:ReflectionFactory
300 return langReflectAccess().copyMethod(arg);
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DReflectAccess.java135 public Method copyMethod(Method arg) { method in class:ReflectAccess
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassDump.java105 copyMethod();
109 void copyMethod() { method in class:ClassDump
H A DInject.java279 copyMethod();
283 void copyMethod() { method in class:Inject
/openjdk7/jdk/src/share/classes/java/lang/
H A DClass.java2503 // via ReflectionFactory.copyMethod.
2625 // via ReflectionFactory.copyMethod.
2750 return (res == null ? res : getReflectionFactory().copyMethod(res));
2842 out[i] = fact.copyMethod(arg[i]);

Completed in 51 milliseconds