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

  /external/guice/core/src/com/google/inject/internal/
SingleMethodInjector.java 43 final net.sf.cglib.reflect.FastClass fastClass = BytecodeGen.newFastClassForMember(method);
BytecodeGen.java 204 * @see #newFastClassForMember(Class, Member) for a full description
206 public static net.sf.cglib.reflect.FastClass newFastClassForMember(Member member) {
207 return newFastClassForMember(member.getDeclaringClass(), member);
235 public static net.sf.cglib.reflect.FastClass newFastClassForMember(Class<?> type, Member member) {
DefaultConstructionProxyFactory.java 49 net.sf.cglib.reflect.FastClass fc = BytecodeGen.newFastClassForMember(constructor);
ProxyFactory.java 19 import static com.google.inject.internal.BytecodeGen.newFastClassForMember;
258 this.fastClass = newFastClassForMember(enhanced, constructor);
ProviderMethod.java 69 net.sf.cglib.reflect.FastClass fc = BytecodeGen.newFastClassForMember(method);

Completed in 141 milliseconds