Home
last modified time | relevance | path

Searched refs:IntegerValue (Results 1 – 25 of 43) sorted by relevance

12

/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java30 public abstract class IntegerValue extends Category1Value class
46 public abstract IntegerValue negate(); in negate()
51 public abstract IntegerValue convertToByte(); in convertToByte()
56 public abstract IntegerValue convertToCharacter(); in convertToCharacter()
61 public abstract IntegerValue convertToShort(); in convertToShort()
85 public abstract IntegerValue generalize(IntegerValue other); in generalize()
90 public abstract IntegerValue add(IntegerValue other); in add()
95 public abstract IntegerValue subtract(IntegerValue other); in subtract()
100 public abstract IntegerValue subtractFrom(IntegerValue other); in subtractFrom()
105 public abstract IntegerValue multiply(IntegerValue other) in multiply()
[all …]
DUnknownIntegerValue.java28 public class UnknownIntegerValue extends IntegerValue
32 public IntegerValue negate() in negate()
37 public IntegerValue convertToByte() in convertToByte()
42 public IntegerValue convertToCharacter() in convertToCharacter()
47 public IntegerValue convertToShort() in convertToShort()
70 public IntegerValue generalize(IntegerValue other) in generalize()
76 public IntegerValue add(IntegerValue other) in add()
81 public IntegerValue subtract(IntegerValue other) in subtract()
86 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom()
91 public IntegerValue multiply(IntegerValue other) in multiply()
[all …]
DSpecificIntegerValue.java28 abstract class SpecificIntegerValue extends IntegerValue
32 public IntegerValue negate() in negate()
37 public IntegerValue convertToByte() in convertToByte()
42 public IntegerValue convertToCharacter() in convertToCharacter()
47 public IntegerValue convertToShort() in convertToShort()
70 public IntegerValue generalize(IntegerValue other) in generalize()
75 public IntegerValue add(IntegerValue other) in add()
80 public IntegerValue subtract(IntegerValue other) in subtract()
85 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom()
90 public IntegerValue multiply(IntegerValue other) in multiply()
[all …]
DParticularIntegerValue.java52 public IntegerValue negate() in negate()
57 public IntegerValue convertToByte() in convertToByte()
66 public IntegerValue convertToCharacter() in convertToCharacter()
75 public IntegerValue convertToShort() in convertToShort()
102 public IntegerValue generalize(IntegerValue other) in generalize()
107 public IntegerValue add(IntegerValue other) in add()
112 public IntegerValue subtract(IntegerValue other) in subtract()
117 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom()
122 public IntegerValue multiply(IntegerValue other) in multiply()
127 public IntegerValue divide(IntegerValue other) in divide()
[all …]
DParticularValueFactory.java34 static final IntegerValue INTEGER_VALUE_M1 = new ParticularIntegerValue(-1);
35 static final IntegerValue INTEGER_VALUE_0 = new ParticularIntegerValue(0);
36 static final IntegerValue INTEGER_VALUE_1 = new ParticularIntegerValue(1);
37 static final IntegerValue INTEGER_VALUE_2 = new ParticularIntegerValue(2);
38 static final IntegerValue INTEGER_VALUE_3 = new ParticularIntegerValue(3);
39 static final IntegerValue INTEGER_VALUE_4 = new ParticularIntegerValue(4);
40 static final IntegerValue INTEGER_VALUE_5 = new ParticularIntegerValue(5);
56 public IntegerValue createIntegerValue(int value) in createIntegerValue()
103 IntegerValue arrayLength) in createArrayReferenceValue()
DReferenceValue.java68 public IntegerValue arrayLength(ValueFactory valueFactory) in arrayLength()
78 public IntegerValue integerArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) in integerArrayLoad()
88 public LongValue longArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) in longArrayLoad()
98 public FloatValue floatArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) in floatArrayLoad()
108 public DoubleValue doubleArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) in doubleArrayLoad()
118 …public abstract ReferenceValue referenceArrayLoad(IntegerValue indexValue, ValueFactory valueFacto… in referenceArrayLoad()
125 public void arrayStore(IntegerValue indexValue, Value value) in arrayStore()
DLongValue.java52 public abstract IntegerValue convertToInteger(); in convertToInteger()
150 public LongValue shiftLeft(IntegerValue other) in shiftLeft()
158 public LongValue shiftRight(IntegerValue other) in shiftRight()
167 public LongValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight()
203 public IntegerValue compare(LongValue other) in compare()
215 public final IntegerValue compareReverse(LongValue other) in compareReverse()
358 public IntegerValue compare(SpecificLongValue other) in compare()
371 public final IntegerValue compareReverse(SpecificLongValue other) in compareReverse()
514 public IntegerValue compare(ParticularLongValue other) in compare()
527 public final IntegerValue compareReverse(ParticularLongValue other) in compareReverse()
DDetailedArrayReferenceValue.java46 IntegerValue arrayLength, in DetailedArrayReferenceValue()
81 public IntegerValue integerArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) in integerArrayLoad()
90 public LongValue longArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) in longArrayLoad()
99 public FloatValue floatArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) in floatArrayLoad()
108 public DoubleValue doubleArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) in doubleArrayLoad()
117 public ReferenceValue referenceArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) in referenceArrayLoad()
130 private Value arrayLoad(IntegerValue indexValue, ValueFactory valueFactory) in arrayLoad()
147 public void arrayStore(IntegerValue indexValue, Value value) in arrayStore()
DDoubleValue.java51 public abstract IntegerValue convertToInteger(); in convertToInteger()
117 public abstract IntegerValue compare(DoubleValue other); in compare()
126 public final IntegerValue compareReverse(DoubleValue other) in compareReverse()
216 public IntegerValue compare(SpecificDoubleValue other) in compare()
229 public final IntegerValue compareReverse(SpecificDoubleValue other) in compareReverse()
319 public IntegerValue compare(ParticularDoubleValue other) in compare()
332 public final IntegerValue compareReverse(ParticularDoubleValue other) in compareReverse()
DFloatValue.java51 public abstract IntegerValue convertToInteger(); in convertToInteger()
117 public abstract IntegerValue compare(FloatValue other); in compare()
126 public final IntegerValue compareReverse(FloatValue other) in compareReverse()
216 public IntegerValue compare(SpecificFloatValue other) in compare()
229 public final IntegerValue compareReverse(SpecificFloatValue other) in compareReverse()
319 public IntegerValue compare(ParticularFloatValue other) in compare()
332 public final IntegerValue compareReverse(ParticularFloatValue other) in compareReverse()
DUnknownLongValue.java37 public IntegerValue convertToInteger() in convertToInteger()
105 public LongValue shiftLeft(IntegerValue other) in shiftLeft()
110 public LongValue shiftRight(IntegerValue other) in shiftRight()
115 public LongValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight()
135 public IntegerValue compare(LongValue other) in compare()
DCompositeIntegerValue.java44 private final IntegerValue integerValue1;
46 private final IntegerValue integerValue2;
53 public CompositeIntegerValue(IntegerValue integerValue1, in CompositeIntegerValue()
55 IntegerValue integerValue2) in CompositeIntegerValue()
DSpecificLongValue.java37 public IntegerValue convertToInteger() in convertToInteger()
104 public LongValue shiftLeft(IntegerValue other) in shiftLeft()
109 public LongValue shiftRight(IntegerValue other) in shiftRight()
114 public LongValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight()
134 public IntegerValue compare(LongValue other) in compare()
232 public IntegerValue compare(SpecificLongValue other) in compare()
DNegatedIntegerValue.java30 private final IntegerValue integerValue;
36 public NegatedIntegerValue(IntegerValue integerValue) in NegatedIntegerValue()
44 public IntegerValue negate() in negate()
DValueFactory.java34 static final IntegerValue INTEGER_VALUE = new UnknownIntegerValue();
73 public IntegerValue createIntegerValue() in createIntegerValue()
81 public IntegerValue createIntegerValue(int value) in createIntegerValue()
170 IntegerValue arrayLength) in createArrayReferenceValue()
DParticularLongValue.java57 public IntegerValue convertToInteger() in convertToInteger()
124 public LongValue shiftLeft(IntegerValue other) in shiftLeft()
129 public LongValue shiftRight(IntegerValue other) in shiftRight()
134 public LongValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight()
154 public IntegerValue compare(LongValue other) in compare()
DArrayReferenceValue.java34 protected final IntegerValue arrayLength;
42 IntegerValue arrayLength) in ArrayReferenceValue()
52 public IntegerValue arrayLength(ValueFactory valueFactory) in arrayLength()
DSpecificFloatValue.java37 public IntegerValue convertToInteger() in convertToInteger()
100 public IntegerValue compare(FloatValue other) in compare()
154 public IntegerValue compare(SpecificFloatValue other) in compare()
DSpecificDoubleValue.java37 public IntegerValue convertToInteger() in convertToInteger()
100 public IntegerValue compare(DoubleValue other) in compare()
154 public IntegerValue compare(SpecificDoubleValue other) in compare()
DConvertedCharacterValue.java31 private final IntegerValue value;
37 public ConvertedCharacterValue(IntegerValue value) in ConvertedCharacterValue()
DConvertedShortValue.java31 private final IntegerValue value;
37 public ConvertedShortValue(IntegerValue value) in ConvertedShortValue()
DConvertedByteValue.java31 private final IntegerValue value;
37 public ConvertedByteValue(IntegerValue value) in ConvertedByteValue()
DParticularDoubleValue.java57 public IntegerValue convertToInteger() in convertToInteger()
126 public IntegerValue compare(DoubleValue other) in compare()
183 public IntegerValue compare(ParticularDoubleValue other) in compare()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyIntegerValue.java35 import com.sun.jdi.IntegerValue;
38 …class LazyIntegerValue extends LazyComparablePrimitiveValue<IntegerValue> implements IntegerValue {
/external/proguard/src/proguard/evaluation/
DProcessor.java123 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction()
130 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction()
137 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction()
144 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction()
151 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction()
162 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction()
170 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction()
178 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction()
186 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction()
194 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction()
[all …]

12