Home
last modified time | relevance | path

Searched defs:jumpOffset (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java668 private void markBranch(int offset, int jumpOffset) in markBranch()
690 private void markBranchTarget(int offset, int jumpOffset) in markBranchTarget()
702 int jumpOffset, in markBranchSubroutineStart()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1506 … final int jumpOffset = ((Block) ctx.m_blocks.m_blocks.get (targetBlockID)).m_first - ip; in emitJumpOffset2() local
1530 … final int jumpOffset = ((Block) ctx.m_blocks.m_blocks.get (targetBlockID)).m_first - ip; in emitJumpOffset4() local
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java739 int jumpOffset = jumpOffsets[index]; in visitTableSwitchInstruction() local
761 int jumpOffset = jumpOffsets[index]; in visitLookUpSwitchInstruction() local