Searched refs:branchOffset (Results 1 - 21 of 21) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DBranchInstruction.java35 public int branchOffset; field in class:BranchInstruction
44 public BranchInstruction(byte opcode, int branchOffset) argument
47 this.branchOffset = branchOffset;
59 this.branchOffset = branchInstruction.branchOffset;
117 branchOffset = readSignedValue(code, offset, branchOffsetSize());
128 writeSignedValue(code, offset, branchOffset, branchOffsetSize());
146 return "["+offset+"] "+toString()+" (target="+(offset+branchOffset)+")";
154 return getName()+" "+(branchOffset >
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DGotoGotoReplacer.java84 int branchOffset = branchInstruction.branchOffset;
85 int targetOffset = offset + branchOffset;
87 if (branchOffset != 0 &&
88 branchOffset != branchInstruction.length(offset) &&
98 int targetBranchOffset = ((BranchInstruction)targetInstruction).branchOffset;
102 (branchOffset + targetBranchOffset));
H A DGotoCommonCodeReplacer.java106 int branchOffset = branchInstruction.branchOffset;
107 int targetOffset = offset + branchOffset;
132 int newBranchOffset = branchOffset - commonCount;
H A DGotoReturnReplacer.java83 int targetOffset = offset + branchInstruction.branchOffset;
H A DBranchTargetFinder.java550 int branchOffset = branchInstruction.branchOffset;
551 int targetOffset = offset + branchOffset;
560 markBranchTarget(offset, branchOffset);
573 markBranchSubroutineStart(offset, branchOffset, targetOffset);
578 markBranchSubroutineStart(offset, branchOffset, currentSubroutineStart);
H A DReachableCodeMarker.java151 offset + branchInstruction.branchOffset);
H A DInstructionSequenceReplacer.java294 branchInstruction.branchOffset));
/external/proguard/src/proguard/optimize/info/
H A DBackwardBranchMarker.java46 markBackwardBranch(method, branchInstruction.branchOffset);
66 private void markBackwardBranch(Method method, int branchOffset) argument
68 if (branchOffset < 0)
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java292 int branchOffset = branchInstruction.branchOffset;
293 int branchTarget = offset + branchOffset;
318 branchOffset);
350 if (!exceptionInfo.isApplicable(offset + ((BranchInstruction)instruction).branchOffset))
/external/proguard/src/proguard/classfile/editor/
H A DInstructionWriter.java167 branchInstruction.branchOffset);
177 branchInstruction.branchOffset);
232 branchInstruction.branchOffset = 0;
H A DCodeAttributeComposer.java536 branchInstruction.branchOffset = newBranchOffset(offset,
537 branchInstruction.branchOffset);
H A DCodeAttributeEditor.java844 branchInstruction.branchOffset = newBranchOffset(offset,
845 branchInstruction.branchOffset);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/src/proguard/classfile/util/
H A DInstructionSequenceMatcher.java195 public int matchedBranchOffset(int offset, int branchOffset) argument
197 int argumentIndex = branchOffset - X;
199 branchOffset :
298 branchInstruction.branchOffset,
299 ((BranchInstruction)patternInstruction).branchOffset);
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java755 int subroutineStart = offset + branchInstruction.branchOffset;
808 int branchOffset = branchTargets.instructionOffset(0) - offset;
809 if (branchOffset == instruction.length(offset))
818 branchOffset);
H A DEvaluationShrinker.java240 ((BranchInstruction)instruction).branchOffset == 0)
1604 int branchOffset = branchOffsets.instructionOffset(branchIndex);
1610 branchOffset,
1612 branchOffset);
1617 branchOffset,
1618 branchOffset,
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DStackSizeComputer.java201 branchInstruction.branchOffset);
/external/proguard/src/proguard/evaluation/
H A DProcessor.java746 int branchTarget = offset + branchInstruction.branchOffset;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 290 milliseconds