Home
last modified time | relevance | path

Searched defs:newJumpOffsets (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java914 int[] newJumpOffsets = new int[mappingValue.arrayLength(valueFactory).value()]; in replaceSimpleEnumSwitchInstruction() local
1002 int[] newJumpOffsets = new int[mappingValue.arrayLength(valueFactory).value()]; in replaceSimpleEnumSwitchInstruction() local
1129 int[] newJumpOffsets = new int[newLength]; in trimSwitchInstruction() local
1183 int[] newJumpOffsets = new int[newLength]; in trimSwitchInstruction() local
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java1066 private void newJumpOffsets(int oldInstructionOffset, in newJumpOffsets() method in CodeAttributeEditor