Home
last modified time | relevance | path

Searched refs:stackIndex (Results 1 – 21 of 21) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java557 int stackIndex = stack.size() - parameterSize + index; in visitProgramMethod() local
561 …mMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)… in visitProgramMethod()
565 markStackSimplificationBefore(invocationOffset, stackIndex); in visitProgramMethod()
742 … for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()
745 isStackSimplifiedBefore(offset, stackIndex); in visitAnyInstruction()
747 isStackEntryPresentBefore(offset, stackIndex); in visitAnyInstruction()
753 if (isStackEntryPresentBefore(offset, stackIndex)) in visitAnyInstruction()
756 markStackEntryProducers(offset, stackIndex); in visitAnyInstruction()
769 markStackEntryProducers(offset, stackIndex); in visitAnyInstruction()
815 for (int stackIndex = 0; stackIndex < unpoppedStackSize; stackIndex++) in visitAnyInstruction()
[all …]
/external/proguard/src/proguard/classfile/attribute/preverification/
DIntegerType.java48 …Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTyp… in stackAccept() argument
50 …peVisitor.visitStackIntegerType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); in stackAccept()
DDoubleType.java48 …Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTyp… in stackAccept() argument
50 …ypeVisitor.visitStackDoubleType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); in stackAccept()
DNullType.java48 …Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTyp… in stackAccept() argument
50 …nTypeVisitor.visitStackNullType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); in stackAccept()
DLongType.java48 …Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTyp… in stackAccept() argument
50 …nTypeVisitor.visitStackLongType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); in stackAccept()
DUninitializedThisType.java48 …Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTyp… in stackAccept() argument
50 …visitStackUninitializedThisType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); in stackAccept()
DTopType.java48 …Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTyp… in stackAccept() argument
50 …onTypeVisitor.visitStackTopType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); in stackAccept()
DFloatType.java48 …Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTyp… in stackAccept() argument
50 …TypeVisitor.visitStackFloatType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); in stackAccept()
DUninitializedType.java68 …Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTyp… in stackAccept() argument
70 …tor.visitStackUninitializedType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); in stackAccept()
DObjectType.java69 …Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTyp… in stackAccept() argument
71 …ypeVisitor.visitStackObjectType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); in stackAccept()
DVerificationType.java68 …Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTyp… in stackAccept() argument
/external/javassist/src/main/javassist/bytecode/
DClassFileWriter.java317 protected int stackIndex; field in ClassFileWriter.MethodWriter
330 stackIndex = 0; in MethodWriter()
492 if (stackIndex == 0) in end()
493 stackIndex = constPool.addUtf8Info(StackMapTable.tag); in end()
495 output.writeShort(stackIndex); in end()
/external/skia/src/utils/
DSkLua.cpp201 static SkScalar getarray_scalar(lua_State* L, int stackIndex, int arrayIndex) { in getarray_scalar() argument
202 SkASSERT(lua_istable(L, stackIndex)); in getarray_scalar()
203 lua_rawgeti(L, stackIndex, arrayIndex); in getarray_scalar()
210 static void getarray_scalars(lua_State* L, int stackIndex, SkScalar dst[], int count) { in getarray_scalars() argument
212 dst[i] = getarray_scalar(L, stackIndex, i + 1); in getarray_scalars()
216 static void getarray_points(lua_State* L, int stackIndex, SkPoint pts[], int count) { in getarray_points() argument
217 getarray_scalars(L, stackIndex, &pts[0].fX, count * 2); in getarray_points()
/external/swiftshader/src/Shader/
DVertexProgram.hpp49 Int stackIndex; // FIXME: Inc/decrement callStack member in sw::VertexProgram
DPixelProgram.hpp75 Int stackIndex; // FIXME: Inc/decrement callStack member in sw::PixelProgram
DPixelProgram.cpp67 stackIndex = 0; in applyShader()
1308 callStack[stackIndex++] = UInt(callSiteIndex); in CALL()
1348 callStack[stackIndex++] = UInt(callSiteIndex); in CALLNZb()
1377 callStack[stackIndex++] = UInt(callSiteIndex); in CALLNZp()
1720 UInt index = callStack[--stackIndex]; in RET()
DVertexProgram.cpp91 stackIndex = 0; in program()
1089 callStack[stackIndex++] = UInt(callSiteIndex); in CALL()
1129 callStack[stackIndex++] = UInt(callSiteIndex); in CALLNZb()
1158 callStack[stackIndex++] = UInt(callSiteIndex); in CALLNZp()
1502 UInt index = callStack[--stackIndex]; in RET()
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/robolectric/v1/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...