Searched refs:ProxyGenerator (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProvider.java48 import sun.misc.ProxyGenerator;
94 * This method uses the ProxyGenerator directly to bypass the
120 byte[] proxyClassFile = ProxyGenerator.generateProxyClass(
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DProxy.java41 import sun.misc.ProxyGenerator;
636 byte[] proxyClassFile = ProxyGenerator.generateProxyClass(
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java44 * ProxyGenerator contains the code to generate a dynamic proxy class
47 * The external interfaces to ProxyGenerator is the static
53 public class ProxyGenerator { class
314 "sun.misc.ProxyGenerator.saveGeneratedFiles")).booleanValue();
322 ProxyGenerator gen = new ProxyGenerator(name, interfaces);
387 * Construct a ProxyGenerator to generate a proxy class with the
390 * A ProxyGenerator object contains the state for the ongoing
393 private ProxyGenerator(String className, Class[] interfaces) { method in class:ProxyGenerator
1675 * specifically for use by ProxyGenerator; i
[all...]

Completed in 28 milliseconds