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

  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumClassSimplifier.java 91 private static final Instruction[] INSTRUCTIONS = new Instruction[]
113 INSTRUCTIONS,
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
InstructionConst.java 25 * In order to save memory you can use some instructions multiply,
28 * changed. Since some of these instructions like ICONST_0 occur
33 * The Instructions can also accessed directly under their names, so
172 /** Get object via its opcode, for immutable instructions like
173 * branch instructions entries are set to null.
175 private static final Instruction[] INSTRUCTIONS = new Instruction[256];
178 INSTRUCTIONS[Const.NOP] = NOP;
179 INSTRUCTIONS[Const.ACONST_NULL] = ACONST_NULL;
180 INSTRUCTIONS[Const.ICONST_M1] = ICONST_M1;
181 INSTRUCTIONS[Const.ICONST_0] = ICONST_0
    [all...]
InstructionConstants.java 25 * In order to save memory you can use some instructions multiply,
28 * changed. Since some of these instructions like ICONST_0 occur
33 * The Instructions can also accessed directly under their names, so
171 /** Get object via its opcode, for immutable instructions like
172 * branch instructions entries are set to null.
174 Instruction[] INSTRUCTIONS = new Instruction[256];
183 INSTRUCTIONS[Const.NOP] = NOP;
184 INSTRUCTIONS[Const.ACONST_NULL] = ACONST_NULL;
185 INSTRUCTIONS[Const.ICONST_M1] = ICONST_M1;
186 INSTRUCTIONS[Const.ICONST_0] = ICONST_0
    [all...]
  /external/bcc/src/python/bcc/
__init__.py 51 # Debug output ASM instructions embedded with source.
53 #Debug output register state on all instructions in addition to DEBUG_BPF.
106 INSTRUCTIONS = 1
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /external/proguard/lib/
proguard.jar 

Completed in 759 milliseconds