HomeSort by relevance Sort by last modified time
    Searched defs:branchOffset (Results 1 - 19 of 19) sorted by null

  /external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java 35 public int branchOffset;
44 public BranchInstruction(byte opcode, int branchOffset)
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 >= 0 ? "+" : "")+branchOffset
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java 84 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));
GotoCommonCodeReplacer.java 106 int branchOffset = branchInstruction.branchOffset;
107 int targetOffset = offset + branchOffset;
132 int newBranchOffset = branchOffset - commonCount;
BranchTargetFinder.java 550 int branchOffset = branchInstruction.branchOffset;
551 int targetOffset = offset + branchOffset;
560 markBranchTarget(offset, branchOffset);
573 markBranchSubroutineStart(offset, branchOffset, targetOffset);
578 markBranchSubroutineStart(offset, branchOffset, currentSubroutineStart);
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 292 int branchOffset = branchInstruction.branchOffset;
293 int branchTarget = offset + branchOffset;
318 branchOffset);
350 if (!exceptionInfo.isApplicable(offset + ((BranchInstruction)instruction).branchOffset))
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 755 int subroutineStart = offset + branchInstruction.branchOffset;
    [all...]
EvaluationShrinker.java 240 ((BranchInstruction)instruction).branchOffset == 0)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 415 milliseconds