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

  /external/proguard/src/proguard/classfile/instruction/
VariableInstruction.java 36 public int variableIndex;
59 int variableIndex)
61 this(opcode, variableIndex, 0);
66 int variableIndex,
70 this.variableIndex = variableIndex;
85 this.variableIndex = variableInstruction.variableIndex;
224 if (variableIndex <= 3)
228 case InstructionConstants.OP_ILOAD: opcode = (byte)(InstructionConstants.OP_ILOAD_0 + variableIndex); break
    [all...]
  /external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java 84 int variableIndex = 0;
97 variables.store(variableIndex++, value);
121 variables.store(variableIndex++, value);
126 variableIndex++;
Processor.java 653 int variableIndex = variableInstruction.variableIndex;
662 stack.push(variables.iload(variableIndex));
670 stack.push(variables.lload(variableIndex));
678 stack.push(variables.fload(variableIndex));
686 stack.push(variables.dload(variableIndex));
694 stack.push(variables.aload(variableIndex));
702 variables.store(variableIndex, stack.ipop());
710 variables.store(variableIndex, stack.lpop());
718 variables.store(variableIndex, stack.fpop())
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumUseSimplifier.java 195 int variableIndex = variableInstruction.variableIndex;
212 variableIndex));
219 variableIndex);
237 variableIndex));
797 int variableIndex)
800 partialEvaluator.getVariablesBefore(consumerOffset).getProducerValue(variableIndex).instructionOffsetValue();
807 partialEvaluator.getVariablesAfter(producerOffset).getValue(variableIndex).referenceValue().isNull() == Value.ALWAYS)
812 new VariableInstruction(InstructionConstants.OP_ASTORE, variableIndex),
813 new VariableInstruction(InstructionConstants.OP_ISTORE, variableIndex));
    [all...]
EvaluationSimplifier.java 244 int variableIndex = variableInstruction.variableIndex;
253 replaceIntegerPushInstruction(clazz, offset, variableInstruction, variableIndex);
261 replaceLongPushInstruction(clazz, offset, variableInstruction, variableIndex);
269 replaceFloatPushInstruction(clazz, offset, variableInstruction, variableIndex);
277 replaceDoublePushInstruction(clazz, offset, variableInstruction, variableIndex);
492 for (int variableIndex = 0; variableIndex < maxVariableIndex; variableIndex++)
494 if (pushedValue.equals(variables.load(variableIndex)))
    [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/proguard/lib/
proguard.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 1765 milliseconds