Searched defs:computationalType (Results 1 - 10 of 10) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DTopValue.java49 public final int computationalType() method in class:TopValue
H A DDoubleValue.java350 public final int computationalType() method in class:DoubleValue
H A DFloatValue.java350 public final int computationalType() method in class:FloatValue
H A DInstructionOffsetValue.java240 public final int computationalType() method in class:InstructionOffsetValue
H A DIntegerValue.java993 public final int computationalType() method in class:IntegerValue
H A DLongValue.java545 public final int computationalType() method in class:LongValue
H A DReferenceValue.java301 public final int computationalType() method in class:ReferenceValue
H A DValue.java152 public abstract int computationalType(); method in class:Value
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java797 insertPushInstructions(offset, false, true, tracedStack.getTop(0).computationalType());
921 insertPushInstructions(offset, true, false, tracedStack.getTop(0).computationalType());
1704 int computationalType)
1711 new SimpleInstruction(pushOpcode(computationalType));
1723 * @param computationalType the computational type to be pushed on the stack.
1725 private byte pushOpcode(int computationalType) argument
1727 switch (computationalType)
1737 throw new IllegalArgumentException("No push opcode for computational type ["+computationalType+"]");
2085 if (valueAfter.computationalType() != valueBefore.computationalType())
1701 insertPushInstructions(int offset, boolean replace, boolean before, int computationalType) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 589 milliseconds