Searched defs:methodIndex (Results 1 - 9 of 9) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DEnclosingMethodAttribute.java87 public int methodIndex() { method in class:EnclosingMethodAttribute
103 int mi = methodIndex();
113 int mi = methodIndex();
127 if (methodIndex() == 0)
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction3rms.java43 private short methodIndex; field in class:Instruction3rms
45 public Instruction3rms(Opcode opcode, short regCount, int startReg, int methodIndex) { argument
62 if (methodIndex >= 1 << 16) {
68 this.methodIndex = (short)methodIndex;
75 this.methodIndex = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
82 out.writeShort(methodIndex);
99 return methodIndex & 0xFFFF;
H A DInstruction35ms.java48 private short methodIndex; field in class:Instruction35ms
51 byte regA, int methodIndex) {
65 if (methodIndex >= 1 << 16) {
75 this.methodIndex = (short)methodIndex;
87 this.methodIndex = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
93 out.writeShort(methodIndex);
127 return methodIndex & 0xFFFF;
50 Instruction35ms(Opcode opcode, int regCount, byte regD, byte regE, byte regF, byte regG, byte regA, int methodIndex) argument
/external/webkit/Source/WebKit2/Platform/qt/
H A DRunLoopQt.cpp45 int methodIndex = metaObject()->indexOfMethod("performWork()"); local
46 m_method = metaObject()->method(methodIndex);
/external/javassist/src/main/javassist/expr/
H A DNewExpr.java105 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; field in class:NewExpr.ProceedForNew
226 methodIndex = mi;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DDeodexUtil.java73 public MethodIdItem lookupVirtualMethod(ClassPath.ClassDef classDef, int methodIndex) { argument
74 String method = classDef.getVirtualMethod(methodIndex);
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1429 int methodIndex; local
1431 if ((methodIndex = findMethodIndex(exec, obj->metaObject(), d->m_signature, d->m_allowPrivate, vargs, (void **)qargs, &errorObj)) != -1) {
1432 if (QMetaObject::metacall(obj, QMetaObject::InvokeMetaMethod, methodIndex, qargs) >= 0)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 175 milliseconds