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

/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java1587 * @param branchOffsets the offsets of the straddling branch targets
1594 InstructionOffsetValue branchOffsets,
1597 if (branchOffsets != null)
1600 int branchCount = branchOffsets.instructionOffsetCount();
1604 int branchOffset = branchOffsets.instructionOffset(branchIndex);
1593 markStraddlingBranches(int instructionOffset, InstructionOffsetValue branchOffsets, boolean isPointingToTargets) argument

Completed in 101 milliseconds