Home
last modified time | relevance | path

Searched defs:jumpOffsets (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DSwitchInstruction.java32 public int[] jumpOffsets; field in SwitchInstruction
46 int[] jumpOffsets) in SwitchInstruction()
DLookUpSwitchInstruction.java50 int[] jumpOffsets) in LookUpSwitchInstruction()
DTableSwitchInstruction.java52 int[] jumpOffsets) in TableSwitchInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java913 int[] jumpOffsets = tableSwitchInstruction.jumpOffsets; in replaceSimpleEnumSwitchInstruction() local
1001 int[] jumpOffsets = lookupSwitchInstruction.jumpOffsets; in replaceSimpleEnumSwitchInstruction() local
1054 int[] jumpOffsets = switchInstruction.jumpOffsets; in cleanUpSwitchInstruction() local
1093 int[] jumpOffsets = tableSwitchInstruction.jumpOffsets; in trimSwitchInstruction() local
1153 int[] jumpOffsets = lookUpSwitchInstruction.jumpOffsets; in trimSwitchInstruction() local
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java231 int[] jumpOffsets = switchInstruction.jumpOffsets; in visitAnySwitchInstruction() local
/external/proguard/src/proguard/optimize/peephole/
DReachableCodeMarker.java202 …anchTargets(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int[] jumpOffsets) in markBranchTargets()
DBranchTargetFinder.java656 private void markBranches(int offset, int[] jumpOffsets) in markBranches()
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java208 public int[] matchedJumpOffsets(int offset, int[] jumpOffsets) in matchedJumpOffsets()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java735 int[] jumpOffsets = tableSwitchInstruction.jumpOffsets; in visitTableSwitchInstruction() local
757 int[] jumpOffsets = lookUpSwitchInstruction.jumpOffsets; in visitLookUpSwitchInstruction() local
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java732 private void updateJumpOffsets(int offset, int[] jumpOffsets) in updateJumpOffsets()