/external/javassist/src/main/javassist/util/proxy/ |
MethodHandler.java | 32 * @param thisMethod the overridden method declared in the super 46 Object invoke(Object self, Method thisMethod, Method proceed,
|
RuntimeSupport.java | 49 String thisMethod, int index, 54 methods[index + 1] = thisMethod == null ? null 55 : findMethod(self, thisMethod, desc);
|
ProxyFactory.java | [all...] |
/external/javassist/src/main/javassist/expr/ |
Expr.java | 48 MethodInfo thisMethod; 61 thisMethod = m; 73 return thisMethod.getConstPool(); 92 return (thisMethod.getAccessFlags() & AccessFlag.STATIC) != 0; 99 MethodInfo mi = thisMethod; 115 if (thisMethod.getName().equals(cb[i].getMethodInfo2().getName()) 116 && thisMethod.getDescriptor() 133 ConstPool cp = thisMethod.getConstPool(); 136 CodeAttribute ca = thisMethod.getCodeAttribute(); 154 ExceptionsAttribute ea = thisMethod.getExceptionsAttribute() [all...] |
/external/javassist/src/test/test/javassist/proxy/ |
ProxySerializationTest.java | 108 public Object invoke(Object self, Method thisMethod, Method proceed, Object[] args) throws Throwable
|
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 29 protected MethodInfo thisMethod; 37 thisMethod = null; 56 thisMethod = m.getMethodInfo2(); 58 typeChecker.setThisMethod(thisMethod); 561 found = resolver.lookupMethod(targetClass, thisClass, thisMethod, [all...] |
TypeChecker.java | 41 protected MethodInfo thisMethod; 46 thisMethod = null; 103 thisMethod = m; 705 = resolver.lookupMethod(targetClass, thisClass, thisMethod, [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
ProxyBuilder.java | 377 * Method thisMethod = allMethods[methodIndex]; 390 * Object result = localHandler.invoke(this, thisMethod, args); 427 Local<Method> thisMethod = code.newLocal(methodType); 440 code.aget(thisMethod, methodArray, methodIndex); 459 localThis, thisMethod, args); [all...] |
/dalvik/vm/ |
Jni.cpp | [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |