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

  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 28 import proguard.classfile.instruction.*;
29 import proguard.classfile.instruction.visitor.InstructionVisitor;
33 * This AttributeVisitor finds all instruction offsets, branch targets, and
54 private static final short INSTRUCTION = 1 << 0;
82 * Returns whether there is an instruction at the given offset in the
87 return (instructionMarks[offset] & INSTRUCTION) != 0;
92 * Returns whether the instruction at the given offset is the target of
106 * Returns whether the instruction at the given offset is the origin of a
107 * branch instruction in the CodeAttribute that was visited most recently.
116 * Returns whether the instruction at the given offset is the target of
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 26 milliseconds