| /external/javassist/src/main/javassist/bytecode/ | 
| EnclosingMethodAttribute.java | 87     public int methodIndex() { 103         int mi = methodIndex();
 113         int mi = methodIndex();
 127         if (methodIndex() == 0)
 
 | 
| /external/proguard/src/proguard/classfile/editor/ | 
| ClassEditor.java | 224         int methodIndex = findMethodIndex(method); 227         System.arraycopy(methods, methodIndex+1,
 228                          methods, methodIndex,
 229                          methodsCount - methodIndex - 1);
 
 | 
| /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ | 
| CustomInlineMethodResolver.java | 84         int methodIndex = instruction.getInlineIndex(); 86         if (methodIndex < 0 || methodIndex >= inlineMethods.length) {
 87             throw new RuntimeException("Invalid method index: " + methodIndex);
 89         return inlineMethods[methodIndex];
 
 | 
| ClassPath.java | [all...] | 
| MethodAnalyzer.java | [all...] | 
| /libcore/dex/src/main/java/com/android/dex/ | 
| ClassData.java | 82         private final int methodIndex; 86         public Method(int methodIndex, int accessFlags, int codeOffset) {
 87             this.methodIndex = methodIndex;
 93             return methodIndex;
 
 | 
| Dex.java | 386      * {@code methodIds().get(methodIndex).getDeclaringClassIndex();} 388     public int declaringClassIndexFromMethodIndex(int methodIndex) {
 389         checkBounds(methodIndex, tableOfContents.methodIds.size);
 390         int position = tableOfContents.methodIds.off + (SizeOf.MEMBER_ID_ITEM * methodIndex);
 396      * {@code methodIds().get(methodIndex).getNameIndex();}
 398     public int nameIndexFromMethodIndex(int methodIndex) {
 399         checkBounds(methodIndex, tableOfContents.methodIds.size);
 400         int position = tableOfContents.methodIds.off + (SizeOf.MEMBER_ID_ITEM * methodIndex);
 410     public short[] parameterTypeIndicesFromMethodIndex(int methodIndex) {
 411         checkBounds(methodIndex, tableOfContents.methodIds.size)
 [all...]
 | 
| /dalvik/dx/src/com/android/dx/command/findusages/ | 
| FindUsages.java | 136                 int methodIndex = method.getMethodIndex(); 137                 if (methodIds.contains(methodIndex)) {
 138                     out.println(location() + " method declared " + dex.methodIds().get(methodIndex));
 175         int methodIndex = 0;
 179                 methods.add(methodIndex);
 181             methodIndex++;
 
 | 
| /dalvik/vm/oo/ | 
| Object.cpp | 676     int methodIndex; 704         methodIndex = clazz->iftable[i].methodIndexArray[meth->methodIndex];
 706         methodIndex = meth->methodIndex;
 709     assert(methodIndex >= 0 && methodIndex < clazz->vtableCount);
 710     actualMeth = clazz->vtable[methodIndex];
 
 | 
| Object.h | 500     u2             methodIndex; 
 | 
| /external/javassist/src/main/javassist/expr/ | 
| NewExpr.java | 105         int methodIndex = iterator.u16bitAt(currentPos + 1);   // constructor 106         return constPool.getMethodrefType(methodIndex);
 178         int methodIndex = iterator.u16bitAt(pos + 1);   // constructor
 180         String signature = constPool.getMethodrefType(methodIndex);
 193                                                methodIndex));
 221         int newIndex, methodIndex;
 226             methodIndex = mi;
 
 | 
| /libcore/libart/src/main/java/java/lang/reflect/ | 
| ArtMethod.java | 53     private int methodIndex; 
 | 
| /dalvik/vm/reflect/ | 
| Proxy.cpp | [all...] | 
| /dalvik/vm/compiler/codegen/x86/ | 
| LowerInvoke.cpp | 100     int methodIndex = 101                 currentMethod->clazz->pDvmDex->pResMethods[tmp]->methodIndex;
 102     move_mem_to_reg(OpndSize_32, methodIndex*4, 7, false, PhysicalReg_ECX, true);
 110     int methodIndex =
 111                 currentMethod->clazz->pDvmDex->pResMethods[tmp]->methodIndex;
 112     gen_predicted_chain(isRange, tmp, methodIndex*4, false, 5/*tmp5*/);
 149     int mIndex = currentMethod->clazz->pDvmDex->pResMethods[tmp]->methodIndex;
 [all...]
 | 
| /libcore/luni/src/main/java/libcore/reflect/ | 
| AnnotationAccess.java | 244         int methodIndex= element instanceof Method ? ((Method) element).getDexMethodIndex() 249             if (candidateMethodIndex == methodIndex) {
 623     private static AccessibleObject indexToMethod(Class<?> context, Dex dex, int methodIndex) {
 625             context.getDexCacheType(dex, dex.declaringClassIndexFromMethodIndex(methodIndex));
 626         String name = context.getDexCacheString(dex, dex.nameIndexFromMethodIndex(methodIndex));
 627         short[] types = dex.parameterTypeIndicesFromMethodIndex(methodIndex);
 
 | 
| /dalvik/vm/compiler/codegen/arm/ | 
| CodegenDriver.cpp | [all...] | 
| /dalvik/vm/compiler/codegen/mips/ | 
| CodegenDriver.cpp | [all...] | 
| /external/dexmaker/src/main/java/com/google/dexmaker/stock/ | 
| ProxyBuilder.java | 375              *         int methodIndex = 4; 377              *         Method thisMethod = allMethods[methodIndex];
 428             Local<Integer> methodIndex = code.newLocal(TypeId.INT);
 438             code.loadConstant(methodIndex, m);
 440             code.aget(thisMethod, methodArray, methodIndex);
 [all...]
 | 
| /prebuilts/runtime/common/dex/ | 
| dex-host-prebuilt.jar |  | 
| /external/robolectric/lib/main/ | 
| javassist-3.14.0-GA.jar |  | 
| /prebuilts/sdk/tools/lib/ | 
| dx.jar |  | 
| /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/ | 
| bcel-2.0.1.jar |  | 
| /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/ | 
| proguard-base-4.9.jar |  | 
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ | 
| org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar |  | 
| org.apache.jasper_5.5.17.v201004212143.jar |  |