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

/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java847 * @param producerOffsets the offsets of the producers to be marked.
850 private void markVariableProducers(InstructionOffsetValue producerOffsets, argument
853 if (producerOffsets != null)
855 int offsetCount = producerOffsets.instructionOffsetCount();
860 int offset = producerOffsets.instructionOffset(offsetIndex);
938 * @param producerOffsets the offsets of the producers to be marked.
942 private void markStackEntryProducers(InstructionOffsetValue producerOffsets, argument
945 if (producerOffsets != null)
947 int offsetCount = producerOffsets.instructionOffsetCount();
952 int offset = producerOffsets
[all...]

Completed in 70 milliseconds