HomeSort by relevance Sort by last modified time
    Searched refs:stackIndex (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/proguard/src/proguard/classfile/attribute/preverification/
DoubleType.java 48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackDoubleType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
FloatType.java 48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackFloatType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
IntegerType.java 48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackIntegerType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
LongType.java 48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackLongType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
NullType.java 48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackNullType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
TopType.java 48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackTopType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
UninitializedThisType.java 48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackUninitializedThisType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
ObjectType.java 69 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
71 verificationTypeVisitor.visitStackObjectType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
UninitializedType.java 68 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
70 verificationTypeVisitor.visitStackUninitializedType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
VerificationType.java 68 public abstract void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor);
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 557 int stackIndex = stack.size() - parameterSize + index;
561 System.out.println(" ["+invocationOffset+"] Ignoring parameter #"+index+" of "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])");
565 markStackSimplificationBefore(invocationOffset, stackIndex);
742 for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++)
745 isStackSimplifiedBefore(offset, stackIndex);
747 isStackEntryPresentBefore(offset, stackIndex);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
RunningTasksTest.java 75 for (int stackIndex = 0; stackIndex < numStacks; stackIndex++) {
76 final ActivityStack stack = new TestActivityStack(display, stackIndex, supervisor,
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 317 protected int stackIndex;
330 stackIndex = 0;
492 if (stackIndex == 0)
493 stackIndex = constPool.addUtf8Info(StackMapTable.tag);
495 output.writeShort(stackIndex);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityDisplay.java 715 final int stackIndex = mStacks.indexOf(stack) + 1;
716 return (stackIndex < mStacks.size()) ? mStacks.get(stackIndex) : null;
764 final int stackIndex = mStacks.indexOf(stack)
    [all...]
  /external/swiftshader/src/Shader/
PixelProgram.hpp 75 Int stackIndex; // FIXME: Inc/decrement callStack
VertexProgram.hpp 49 Int stackIndex; // FIXME: Inc/decrement callStack
PixelProgram.cpp 68 stackIndex = 0;
    [all...]
VertexProgram.cpp 81 stackIndex = 0;
    [all...]
  /external/skia/src/utils/
SkLua.cpp 209 static SkScalar getarray_scalar(lua_State* L, int stackIndex, int arrayIndex) {
210 SkASSERT(lua_istable(L, stackIndex));
211 lua_rawgeti(L, stackIndex, arrayIndex);
218 static void getarray_scalars(lua_State* L, int stackIndex, SkScalar dst[], int count) {
220 dst[i] = getarray_scalar(L, stackIndex, i + 1);
224 static void getarray_points(lua_State* L, int stackIndex, SkPoint pts[], int count) {
225 getarray_scalars(L, stackIndex, &pts[0].fX, count * 2);
    [all...]
  /external/skqp/src/utils/
SkLua.cpp 209 static SkScalar getarray_scalar(lua_State* L, int stackIndex, int arrayIndex) {
210 SkASSERT(lua_istable(L, stackIndex));
211 lua_rawgeti(L, stackIndex, arrayIndex);
218 static void getarray_scalars(lua_State* L, int stackIndex, SkScalar dst[], int count) {
220 dst[i] = getarray_scalar(L, stackIndex, i + 1);
224 static void getarray_points(lua_State* L, int stackIndex, SkPoint pts[], int count) {
225 getarray_scalars(L, stackIndex, &pts[0].fX, count * 2);
    [all...]
  /prebuilts/gradle-plugin/net/sf/proguard/proguard-base/5.3.3/
proguard-base-5.3.3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 

Completed in 558 milliseconds

1 2 3