HomeSort by relevance Sort by last modified time
    Searched refs:branchOffset (Results 1 - 25 of 34) sorted by null

1 2

  /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;
GotoReturnReplacer.java 83 int targetOffset = offset + branchInstruction.branchOffset;
ReachableCodeMarker.java 152 offset + branchInstruction.branchOffset);
BranchTargetFinder.java 546 markBranchTarget(offset, branchInstruction.branchOffset);
556 int targetOffset = offset + branchInstruction.branchOffset;
  /external/proguard/src/proguard/optimize/info/
BackwardBranchMarker.java 46 markBackwardBranch(method, branchInstruction.branchOffset);
66 private void markBackwardBranch(Method method, int branchOffset)
68 if (branchOffset < 0)
  /external/webkit/JavaScriptCore/bytecode/
JumpTable.h 41 int32_t branchOffset;
60 return loc->second.branchOffset;
  /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/proguard/src/proguard/classfile/editor/
InstructionWriter.java 136 branchInstruction.branchOffset);
146 branchInstruction.branchOffset).shrink();
196 branchInstruction.branchOffset = 0;
CodeAttributeComposer.java 462 branchInstruction.branchOffset = remapBranchOffset(offset,
463 branchInstruction.branchOffset);
639 private int remapBranchOffset(int newInstructionOffset, int branchOffset)
649 return remapInstructionOffset(oldInstructionOffset + branchOffset) -
CodeAttributeEditor.java 768 branchInstruction.branchOffset = remapBranchOffset(offset,
769 branchInstruction.branchOffset);
    [all...]
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 160 public int matchedBranchOffset(int offset, int branchOffset)
162 int argumentIndex = branchOffset - X;
164 branchOffset :
259 branchInstruction.branchOffset,
260 ((BranchInstruction)patternInstruction).branchOffset);
  /dalvik/vm/mterp/c/
opcommon.c 102 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
104 branchOffset); \
106 if (branchOffset < 0) \
107 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
108 FINISH(branchOffset); \
118 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
119 ILOGV("|if-%s v%d,+0x%04x", (_opname), vsrc1, branchOffset); \
121 if (branchOffset < 0) \
122 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
123 FINISH(branchOffset); \
    [all...]
  /dalvik/vm/mterp/out/
InterpC-armv4t.c 649 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
651 branchOffset); \
653 if (branchOffset < 0) \
654 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
655 FINISH(branchOffset); \
665 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
666 ILOGV("|if-%s v%d,+0x%04x", (_opname), vsrc1, branchOffset); \
668 if (branchOffset < 0) \
669 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
670 FINISH(branchOffset); \
    [all...]
InterpC-armv5te-vfp.c 649 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
651 branchOffset); \
653 if (branchOffset < 0) \
654 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
655 FINISH(branchOffset); \
665 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
666 ILOGV("|if-%s v%d,+0x%04x", (_opname), vsrc1, branchOffset); \
668 if (branchOffset < 0) \
669 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
670 FINISH(branchOffset); \
    [all...]
InterpC-armv5te.c 649 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
651 branchOffset); \
653 if (branchOffset < 0) \
654 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
655 FINISH(branchOffset); \
665 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
666 ILOGV("|if-%s v%d,+0x%04x", (_opname), vsrc1, branchOffset); \
668 if (branchOffset < 0) \
669 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
670 FINISH(branchOffset); \
    [all...]
InterpC-armv7-a-neon.c 649 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
651 branchOffset); \
653 if (branchOffset < 0) \
654 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
655 FINISH(branchOffset); \
665 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
666 ILOGV("|if-%s v%d,+0x%04x", (_opname), vsrc1, branchOffset); \
668 if (branchOffset < 0) \
669 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
670 FINISH(branchOffset); \
    [all...]
InterpC-armv7-a.c 649 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
651 branchOffset); \
653 if (branchOffset < 0) \
654 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
655 FINISH(branchOffset); \
665 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
666 ILOGV("|if-%s v%d,+0x%04x", (_opname), vsrc1, branchOffset); \
668 if (branchOffset < 0) \
669 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
670 FINISH(branchOffset); \
    [all...]
InterpC-x86-atom.c 649 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
651 branchOffset); \
653 if (branchOffset < 0) \
654 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
655 FINISH(branchOffset); \
665 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
666 ILOGV("|if-%s v%d,+0x%04x", (_opname), vsrc1, branchOffset); \
668 if (branchOffset < 0) \
669 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
670 FINISH(branchOffset); \
    [all...]
InterpC-x86.c 649 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
651 branchOffset); \
653 if (branchOffset < 0) \
654 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
655 FINISH(branchOffset); \
665 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
666 ILOGV("|if-%s v%d,+0x%04x", (_opname), vsrc1, branchOffset); \
668 if (branchOffset < 0) \
669 PERIODIC_CHECKS(kInterpEntryInstr, branchOffset); \
670 FINISH(branchOffset); \
    [all...]
  /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...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.c     [all...]
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 202 branchInstruction.branchOffset);

Completed in 293 milliseconds

1 2