Searched refs:stackIndex (Results 1 - 15 of 15) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DDoubleType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) argument
50 verificationTypeVisitor.visitStackDoubleType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
H A DFloatType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) argument
50 verificationTypeVisitor.visitStackFloatType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
H A DIntegerType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) argument
50 verificationTypeVisitor.visitStackIntegerType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
H A DLongType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) argument
50 verificationTypeVisitor.visitStackLongType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
H A DNullType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) argument
50 verificationTypeVisitor.visitStackNullType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
H A DTopType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) argument
50 verificationTypeVisitor.visitStackTopType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
H A DUninitializedThisType.java48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) argument
50 verificationTypeVisitor.visitStackUninitializedThisType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
H A DObjectType.java69 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) argument
71 verificationTypeVisitor.visitStackObjectType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
H A DUninitializedType.java68 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) argument
70 verificationTypeVisitor.visitStackUninitializedType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
H A DVerificationType.java68 public abstract void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor); argument
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java561 int stackIndex = stack.size() - parameterSize + index;
565 System.out.println(" ["+invocationOffset+"] Ignoring parameter #"+index+" of "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])");
569 markStackSimplificationBefore(invocationOffset, stackIndex);
743 for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++)
745 if (!isStackSimplifiedBefore(offset, stackIndex))
749 if (isStackEntryPresentBefore(offset, stackIndex))
752 markStackEntryProducers(offset, stackIndex);
1528 markStackEntryProducers(int consumerOffset, int stackIndex) argument
1546 markStackEntryProducers(InstructionOffsetValue producerOffsets, int stackIndex) argument
2035 markStackEntryAfter(int instructionOffset, int stackIndex) argument
2080 isStackEntryPresentBefore(int instructionOffset, int stackIndex) argument
2120 isAnyStackEntryNecessaryAfter(InstructionOffsetValue instructionOffsets, int stackIndex) argument
2144 isStackEntryNecessaryAfter(int instructionOffset, int stackIndex) argument
2152 markStackSimplificationBefore(int instructionOffset, int stackIndex) argument
2159 isStackSimplifiedBefore(int instructionOffset, int stackIndex) argument
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DClassFileWriter.java317 protected int stackIndex; field in class:ClassFileWriter.MethodWriter
330 stackIndex = 0;
492 if (stackIndex == 0)
493 stackIndex = constPool.addUtf8Info(StackMapTable.tag);
495 output.writeShort(stackIndex);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 215 milliseconds