HomeSort by relevance Sort by last modified time
    Searched defs:branchOffset (Results 1 - 14 of 14) 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 != branchInstruction.length(offset) &&
97 int targetBranchOffset = ((BranchInstruction)targetInstruction).branchOffset;
101 (branchOffset + targetBranchOffset));
GotoCommonCodeReplacer.java 106 int branchOffset = branchInstruction.branchOffset;
107 int targetOffset = offset + branchOffset;
135 int newBranchOffset = branchOffset - commonCount;
  /external/webkit/Source/JavaScriptCore/bytecode/
JumpTable.h 41 int32_t branchOffset;
60 return loc->second.branchOffset;
  /dalvik/vm/analysis/
VfyBasicBlock.cpp 176 s4 branchOffset, absOffset;
179 &branchOffset, &unused);
181 absOffset = curIdx + branchOffset;
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 735 int subroutineStart = offset + branchInstruction.branchOffset;
788 int branchOffset = branchTargets.instructionOffset(0) - offset;
789 if (branchOffset == instruction.length(offset))
798 branchOffset).shrink();
    [all...]
EvaluationShrinker.java 201 ((BranchInstruction)instruction).branchOffset == 0)
    [all...]
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 308 int branchOffset = branchInstruction.branchOffset;
309 int branchTarget = offset + branchOffset;
334 branchOffset).shrink();
366 if (!exceptionInfo.isApplicable(offset + ((BranchInstruction)instruction).branchOffset))
  /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 
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 100 milliseconds