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

1 2 3 4

  /art/compiler/optimizing/
linearize_test.cc 74 Instruction::IF_EQ, 5,
75 Instruction::IF_EQ, 0xFFFE,
99 Instruction::IF_EQ, 3,
101 Instruction::IF_EQ, 0xFFFD,
125 Instruction::IF_EQ, 4,
128 Instruction::IF_EQ, 0xFFFC,
155 Instruction::IF_EQ, 7,
156 Instruction::IF_EQ, 0xFFFE,
157 Instruction::IF_EQ, 0xFFFE,
185 Instruction::IF_EQ, 3
    [all...]
ssa_test.cc 124 Instruction::IF_EQ, 3,
155 Instruction::IF_EQ, 3,
186 Instruction::IF_EQ, 4,
219 Instruction::IF_EQ, 4,
250 Instruction::IF_EQ, 4,
281 Instruction::IF_EQ, 4,
316 Instruction::IF_EQ, 5,
356 Instruction::IF_EQ, 4,
360 Instruction::IF_EQ, 3,
395 Instruction::IF_EQ, 8
    [all...]
find_loops_test.cc 72 Instruction::IF_EQ, 4,
87 Instruction::IF_EQ, 3,
131 Instruction::IF_EQ, 3,
156 Instruction::IF_EQ, 4,
178 Instruction::IF_EQ, 3,
180 Instruction::IF_EQ, 3,
202 Instruction::IF_EQ, 6,
203 Instruction::IF_EQ, 3,
226 Instruction::IF_EQ, 6,
227 Instruction::IF_EQ, 3
    [all...]
liveness_test.cc 186 Instruction::IF_EQ, 4,
233 Instruction::IF_EQ, 3,
278 Instruction::IF_EQ, 4,
323 Instruction::IF_EQ, 4,
376 Instruction::IF_EQ, 5,
430 Instruction::IF_EQ, 4,
434 Instruction::IF_EQ, 3,
480 Instruction::IF_EQ, 8,
482 Instruction::IF_EQ, 4,
535 Instruction::IF_EQ, 8
    [all...]
graph_checker_test.cc 78 Instruction::IF_EQ, 3,
88 Instruction::IF_EQ, 3,
133 Instruction::IF_EQ, 3,
dominator_test.cc 169 Instruction::IF_EQ, 3,
188 Instruction::IF_EQ, 3, // Block number 1
208 Instruction::IF_EQ, 3, // Block number 1
229 Instruction::IF_EQ, 3, // Block number 1
250 Instruction::IF_EQ, 6, // Block number 1
251 Instruction::IF_EQ, 3, // Block number 2
pretty_printer_test.cc 197 Instruction::IF_EQ, 3,
225 Instruction::IF_EQ, 3,
suspend_check_test.cc 63 Instruction::IF_EQ, 0xFFFF,
live_ranges_test.cc 107 Instruction::IF_EQ, 3,
156 Instruction::IF_EQ, 3,
230 Instruction::IF_EQ, 4,
309 Instruction::IF_EQ, 6,
384 Instruction::IF_EQ, 5,
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
RandomBranchChanger.java 29 Opcode.IF_EQ,
54 if (Opcode.isBetween(opcode, Opcode.IF_EQ, Opcode.IF_LE)) {
55 int index = opcode.ordinal() - Opcode.IF_EQ.ordinal();
OppositeBranchChanger.java 38 case IF_EQ:
41 return Opcode.IF_EQ;
IfBranchChanger.java 153 if (Opcode.isBetween(opcode, Opcode.IF_EQ, Opcode.IF_LEZ)) {
RandomInstructionGenerator.java 194 if (Opcode.isBetween(newOpcode, Opcode.IF_EQ, Opcode.IF_LEZ)
211 if (Opcode.isBetween(newOpcode, Opcode.IF_EQ, Opcode.IF_LEZ)
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 59 public static final int IF_EQ = 7;
320 case IF_EQ: return "if-eq";
384 case RegOps.IF_EQ:
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 59 public static final int IF_EQ = 7;
336 case IF_EQ: return "if-eq";
402 case RegOps.IF_EQ:
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dop.java 134 case DalvOps.IF_EQ: return Dops.IF_NE;
135 case DalvOps.IF_NE: return Dops.IF_EQ;
RopToDop.java 98 MAP.put(Rops.IF_EQ_INT, Dops.IF_EQ);
104 MAP.put(Rops.IF_EQ_OBJECT, Dops.IF_EQ);
DalvOps.java 84 public static final int IF_EQ = 0x32;
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 157 case Opcodes.IF_EQ: return Dops.IF_NE;
158 case Opcodes.IF_NE: return Dops.IF_EQ;
RopToDop.java 95 // Opcodes.IF_EQ
275 MAP.put(Rops.IF_EQ_INT, Dops.IF_EQ);
281 MAP.put(Rops.IF_EQ_OBJECT, Dops.IF_EQ);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 70 IF_EQ,
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 63 /*14: 0x17*/ new ImmutableInstruction22t(Opcode.IF_EQ, 4, 5, 18),
  /art/libdexfile/dex/
dex_instruction_utils.h 85 return Instruction::IF_EQ <= opcode && opcode <= Instruction::IF_LE;
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 95 public static final int IF_EQ = 0x32;
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 275 case RegOps.IF_EQ:
307 case RegOps.IF_EQ:

Completed in 460 milliseconds

1 2 3 4