Searched defs: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/webkit/Source/JavaScriptCore/jit/
H A DJITStubCall.h150 size_t stackIndex = JITSTACKFRAME_ARGS_INDEX + (argumentNumber * stackIndexStep); local
151 m_jit->peek(payload, stackIndex);
152 m_jit->peek(tag, stackIndex + 1);
/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/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java532 int stackIndex = stack.size() - parameterSize + index;
536 System.out.println(" ["+invocationOffset+"] Ignoring parameter #"+index+" of "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])");
540 markStackSimplificationBefore(invocationOffset, stackIndex);
688 for (int stackIndex = 0; stackIndex < popCount; stackIndex++)
691 if (!isStackSimplifiedBefore(offset, top - stackIndex) &&
692 !isAnyStackEntryNecessaryAfter(tracedStack.getTopProducerValue(stackIndex).instructionOffsetValue(), top - stackIndex))
919 markStackEntryProducers(int consumerOffset, int stackIndex) argument
942 markStackEntryProducers(InstructionOffsetValue producerOffsets, int stackIndex) argument
1800 markStackEntryAfter(int instructionOffset, int stackIndex) argument
1817 isAnyStackEntryNecessaryAfter(InstructionOffsetValue instructionOffsets, int stackIndex) argument
1834 isStackEntryNecessaryAfter(int instructionOffset, int stackIndex) argument
1842 markStackSimplificationBefore(int instructionOffset, int stackIndex) argument
1849 isStackSimplifiedBefore(int instructionOffset, int stackIndex) argument
[all...]
/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 231 milliseconds