HomeSort by relevance Sort by last modified time
    Searched defs:stackPopCount (Results 1 - 4 of 4) sorted by null

  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 320 int stackPopCount = instruction.stackPopCount(clazz);
323 stackPopCount+" + "+
325 (stackSize+stackPushCount-stackPopCount)+": "+
330 stackSize -= instruction.stackPopCount(clazz);
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 992 public int stackPopCount(Clazz clazz)
ConstantInstruction.java 161 public int stackPopCount(Clazz clazz)
163 int stackPopCount = super.stackPopCount(clazz);
170 stackPopCount += constant;
177 stackPopCount += typeStackDelta;
187 stackPopCount += parameterStackDelta;
191 return stackPopCount;
  /external/proguard/lib/
proguard.jar 

Completed in 1009 milliseconds