Searched refs:shiftRightOf (Results 1 - 9 of 9) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DIntegerValue.java158 public abstract IntegerValue shiftRightOf(IntegerValue other); method in class:IntegerValue
174 public abstract LongValue shiftRightOf(LongValue other); method in class:IntegerValue
365 public IntegerValue shiftRightOf(UnknownIntegerValue other) method in class:IntegerValue
367 return shiftRightOf((IntegerValue)other);
390 public LongValue shiftRightOf(UnknownLongValue other) method in class:IntegerValue
392 return shiftRightOf((LongValue)other);
609 public IntegerValue shiftRightOf(SpecificIntegerValue other) method in class:IntegerValue
611 return shiftRightOf((IntegerValue)other);
634 public LongValue shiftRightOf(SpecificLongValue other) method in class:IntegerValue
636 return shiftRightOf((LongValu
853 public IntegerValue shiftRightOf(ParticularIntegerValue other) method in class:IntegerValue
878 public LongValue shiftRightOf(ParticularLongValue other) method in class:IntegerValue
[all...]
H A DUnknownIntegerValue.java136 public IntegerValue shiftRightOf(IntegerValue other) method in class:UnknownIntegerValue
156 public LongValue shiftRightOf(LongValue other) method in class:UnknownIntegerValue
H A DParticularIntegerValue.java163 return other.shiftRightOf(this);
166 public IntegerValue shiftRightOf(IntegerValue other) method in class:ParticularIntegerValue
186 public LongValue shiftRightOf(LongValue other) method in class:ParticularIntegerValue
299 public IntegerValue shiftRightOf(ParticularIntegerValue other) method in class:ParticularIntegerValue
314 public LongValue shiftRightOf(ParticularLongValue other) method in class:ParticularIntegerValue
H A DSpecificIntegerValue.java131 return other.shiftRightOf(this);
134 public IntegerValue shiftRightOf(IntegerValue other) method in class:SpecificIntegerValue
154 public LongValue shiftRightOf(LongValue other) method in class:SpecificIntegerValue
271 public IntegerValue shiftRightOf(SpecificIntegerValue other) method in class:SpecificIntegerValue
286 public LongValue shiftRightOf(SpecificLongValue other) method in class:SpecificIntegerValue
H A DParticularLongValue.java131 return other.shiftRightOf(this);
H A DSpecificLongValue.java111 return other.shiftRightOf(this);
H A DLongValue.java160 return other.shiftRightOf(this);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/proguard/src/proguard/evaluation/
H A DProcessor.java369 stack.push(stack.ipop().shiftRightOf(stack.ipop()));
373 stack.push(stack.ipop().shiftRightOf(stack.lpop()));

Completed in 174 milliseconds