Searched refs:jumpOffset (Results 1 - 5 of 5) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java637 private void markBranchTarget(int offset, int jumpOffset) argument
639 int targetOffset = offset + jumpOffset;
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java641 int jumpOffset = jumpOffsets[index];
642 println(Integer.toString(tableSwitchInstruction.lowCase + index) + ": offset = " + jumpOffset + ", target = " + (offset + jumpOffset));
663 int jumpOffset = jumpOffsets[index];
664 println(Integer.toString(cases[index]) + ": offset = " + jumpOffset + ", target = " + (offset + jumpOffset));
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java1506 final int jumpOffset = ((Block) ctx.m_blocks.m_blocks.get (targetBlockID)).m_first - ip;
1508 out.write2 (jumpOffset >>> 8, // targetbyte1
1509 jumpOffset); // targetbyte2
1530 final int jumpOffset = ((Block) ctx.m_blocks.m_blocks.get (targetBlockID)).m_first - ip;
1532 out.write4 (jumpOffset >>> 24, // targetbyte1
1533 jumpOffset >>> 16, // targetbyte2
1534 jumpOffset >>> 8, // targetbyte3
1535 jumpOffset); // targetbyte4
/external/compiler-rt/lib/interception/mach_override/
H A Dmach_override.c878 uint32_t jumpOffset = *(uint8_t*)((uintptr_t)instructionsToFix + 1); local
882 *jumpOffsetPtr = offset + jumpOffset;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 127 milliseconds