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

  /external/proguard/src/proguard/evaluation/value/
InstructionOffsetValue.java 31 public class InstructionOffsetValue extends Category1Value
33 public static final InstructionOffsetValue EMPTY_VALUE = new InstructionOffsetValue();
39 private InstructionOffsetValue()
44 public InstructionOffsetValue(int value)
50 public InstructionOffsetValue(int[] values)
140 * Returns the generalization of this InstructionOffsetValue and the given
141 * other InstructionOffsetValue. The values of the other InstructionOffsetValue
144 public final Value generalize(InstructionOffsetValue other
    [all...]
Value.java 101 * Returns this Value as an InstructionOffsetValue.
103 public InstructionOffsetValue instructionOffsetValue()
  /external/proguard/src/proguard/evaluation/
Processor.java 733 InstructionOffsetValue instructionOffsetValue = variables.oload(variableIndex);
737 instructionOffsetValue.instructionOffset(instructionOffsetValue.instructionOffsetCount()-1));
835 stack.push(new InstructionOffsetValue(offset +
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 63 private InstructionOffsetValue[] branchOriginValues = new InstructionOffsetValue[ClassConstants.TYPICAL_CODE_LENGTH];
64 private InstructionOffsetValue[] branchTargetValues = new InstructionOffsetValue[ClassConstants.TYPICAL_CODE_LENGTH];
264 InstructionOffsetValue branchTargets = branchTargets(offset);
466 public InstructionOffsetValue branchOrigins(int instructionOffset)
476 public InstructionOffsetValue branchTargets(int instructionOffset)
698 Value storeValue = new InstructionOffsetValue(instructionOffset);
703 InstructionOffsetValue traceValue = InstructionOffsetValue.EMPTY_VALUE
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 24 milliseconds