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

1 2 3

  /art/compiler/optimizing/
linearize_test.cc 75 Instruction::IF_EQ, 5,
76 Instruction::IF_EQ, 0xFFFE,
100 Instruction::IF_EQ, 3,
102 Instruction::IF_EQ, 0xFFFD,
126 Instruction::IF_EQ, 4,
129 Instruction::IF_EQ, 0xFFFC,
156 Instruction::IF_EQ, 7,
157 Instruction::IF_EQ, 0xFFFE,
158 Instruction::IF_EQ, 0xFFFE,
186 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, 3,
248 Instruction::IF_EQ, 4,
279 Instruction::IF_EQ, 4,
314 Instruction::IF_EQ, 5,
355 Instruction::IF_EQ, 4,
359 Instruction::IF_EQ, 3,
398 Instruction::IF_EQ, 8
    [all...]
liveness_test.cc 184 Instruction::IF_EQ, 4,
231 Instruction::IF_EQ, 3,
276 Instruction::IF_EQ, 4,
321 Instruction::IF_EQ, 4,
374 Instruction::IF_EQ, 5,
428 Instruction::IF_EQ, 4,
432 Instruction::IF_EQ, 3,
482 Instruction::IF_EQ, 8,
484 Instruction::IF_EQ, 4,
537 Instruction::IF_EQ, 8
    [all...]
find_loops_test.cc 83 Instruction::IF_EQ, 4,
99 Instruction::IF_EQ, 3,
144 Instruction::IF_EQ, 3,
170 Instruction::IF_EQ, 4,
193 Instruction::IF_EQ, 3,
195 Instruction::IF_EQ, 3,
218 Instruction::IF_EQ, 6,
219 Instruction::IF_EQ, 3,
244 Instruction::IF_EQ, 6,
245 Instruction::IF_EQ, 3
    [all...]
dominator_test.cc 161 Instruction::IF_EQ, 3,
180 Instruction::IF_EQ, 3, // Block number 1
200 Instruction::IF_EQ, 3, // Block number 1
221 Instruction::IF_EQ, 3, // Block number 1
242 Instruction::IF_EQ, 6, // Block number 1
243 Instruction::IF_EQ, 3, // Block number 2
pretty_printer_test.cc 193 Instruction::IF_EQ, 3,
221 Instruction::IF_EQ, 3,
codegen_test.cc 156 Instruction::IF_EQ, 3,
201 Instruction::IF_EQ, 3,
212 Instruction::IF_EQ | 0 << 4 | 1 << 8, 3,
live_ranges_test.cc 100 Instruction::IF_EQ, 3,
149 Instruction::IF_EQ, 3,
223 Instruction::IF_EQ, 4,
register_allocator_test.cc 192 Instruction::IF_EQ, 4,
237 Instruction::IF_EQ | 1 << 8, 7,
  /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;
320 case IF_EQ: return "if-eq";
384 case RegOps.IF_EQ:
  /external/dexmaker/src/dx/java/com/android/dx/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/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;
Dops.java 263 public static final Dop IF_EQ =
264 new Dop(DalvOps.IF_EQ, DalvOps.IF_EQ,
    [all...]
  /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 93 // Opcodes.IF_EQ
269 MAP.put(Rops.IF_EQ_INT, Dops.IF_EQ);
275 MAP.put(Rops.IF_EQ_OBJECT, Dops.IF_EQ);
  /external/dexmaker/src/dx/java/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 94 // Opcodes.IF_EQ
270 MAP.put(Rops.IF_EQ_INT, Dops.IF_EQ);
276 MAP.put(Rops.IF_EQ_OBJECT, Dops.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),
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 94 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:
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 276 case RegOps.IF_EQ:
308 case RegOps.IF_EQ:
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 94 public static final int IF_EQ = 0x32;

Completed in 394 milliseconds

1 2 3