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.java227 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.java489 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.java772 insertPushInstructions(offset, false, tracedStack.getTop(0).computationalType());
896 insertPushInstructions(offset, true, tracedStack.getTop(0).computationalType());
1648 int computationalType)
1655 new SimpleInstruction(pushOpcode(computationalType));
1681 * @param computationalType the computational type to be pushed on the stack.
1683 private byte pushOpcode(int computationalType) argument
1685 switch (computationalType)
1695 throw new IllegalArgumentException("No push opcode for computational type ["+computationalType+"]");
2009 if (valueAfter.computationalType() != valueBefore.computationalType())
1646 insertPushInstructions(int offset, boolean replace, int computationalType) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 565 milliseconds