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

/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java830 * @param consumerOffset the offset of the consumer.
833 private void markVariableProducers(int consumerOffset, argument
837 partialEvaluator.getVariablesBefore(consumerOffset);
873 * @param consumerOffset the offset of the consumer.
877 int consumerOffset,
884 markStackEntryProducers(consumerOffset, stackIndex);
893 * @param consumerOffset the offset of the consumer.
899 private void conditionallyMarkStackEntryProducers(int consumerOffset, argument
903 int top = partialEvaluator.getStackAfter(consumerOffset).size() - 1;
905 if (isStackEntryNecessaryAfter(consumerOffset, to
876 markStackProducers(Clazz clazz, int consumerOffset, Instruction consumer) argument
919 markStackEntryProducers(int consumerOffset, int stackIndex) argument
[all...]

Completed in 44 milliseconds