HomeSort by relevance Sort by last modified time
    Searched defs:fastClass (Results 1 - 5 of 5) sorted by null

  /external/guice/core/src/com/google/inject/internal/
ProviderMethod.java 57 * {@link net.sf.cglib.reflect.FastClass} to invoke the actual method, since it is significantly
59 * fastclass is subject to java access policies.
234 * A {@link ProviderMethod} implementation that uses {@link net.sf.cglib.reflect.FastClass#invoke}
238 final net.sf.cglib.reflect.FastClass fastClass;
255 // We need to generate a FastClass for the method's class, not the object's class.
256 this.fastClass =
261 this.methodIndex = fastClass.getIndex(
272 return fastClass.invoke(methodIndex, instance, parameters);
ProxyFactory.java 32 import net.sf.cglib.reflect.FastClass;
258 FastClass fastClass = newFastClass(enhanced, BytecodeGen.Visibility.forMember(constructor));
259 this.fastConstructor = fastClass.getConstructor(constructor.getParameterTypes());
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 

Completed in 690 milliseconds