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

1 2 3 4

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 71 public static final int IF_GE = 10;
323 case IF_GE: return "if-ge";
389 case RegOps.IF_GE:
392 return RegOps.IF_GE;
Rops.java 140 new Rop(RegOps.IF_GE, Type.VOID, StdTypeList.INT, Rop.BRANCH_IF,
180 new Rop(RegOps.IF_GE, Type.VOID, StdTypeList.INT_INT, Rop.BRANCH_IF,
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 71 public static final int IF_GE = 10;
339 case IF_GE: return "if-ge";
407 case RegOps.IF_GE:
410 return RegOps.IF_GE;
Rops.java 141 new Rop(RegOps.IF_GE, Type.VOID, StdTypeList.INT, Rop.BRANCH_IF,
181 new Rop(RegOps.IF_GE, Type.VOID, StdTypeList.INT_INT, Rop.BRANCH_IF,
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
OppositeBranchChanger.java 43 return Opcode.IF_GE;
46 case IF_GE:
RandomBranchChanger.java 32 Opcode.IF_GE,
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dop.java 136 case DalvOps.IF_LT: return Dops.IF_GE;
137 case DalvOps.IF_GE: return Dops.IF_LT;
DalvOps.java 87 public static final int IF_GE = 0x35;
Dops.java 277 public static final Dop IF_GE =
278 new Dop(DalvOps.IF_GE, DalvOps.IF_GE,
    [all...]
RopToDop.java 101 MAP.put(Rops.IF_GE_INT, Dops.IF_GE);
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 159 case Opcodes.IF_LT: return Dops.IF_GE;
160 case Opcodes.IF_GE: return Dops.IF_LT;
Dops.java 280 public static final Dop IF_GE =
281 new Dop(Opcodes.IF_GE, Opcodes.IF_GE,
    [all...]
RopToDop.java 98 // Opcodes.IF_GE
278 MAP.put(Rops.IF_GE_INT, Dops.IF_GE);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 73 IF_GE,
Instruction.java 374 addOpcodeInfo(Opcode.IF_GE, "if-ge", 0x35, new Format22t());
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 98 public static final int IF_GE = 0x35;
OpcodeInfo.java 274 public static final Info IF_GE =
275 new Info(Opcodes.IF_GE, "if-ge",
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 284 case RegOps.IF_GE:
316 case RegOps.IF_GE:
  /art/compiler/optimizing/
scheduler_test.cc 403 Instruction::IF_GE | 5 << 12 | 1 << 8, 0x0014, // if-ge v1, v5, 001a // +0014
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 900 return RegOps.IF_GE;
    [all...]
  /art/libdexfile/dex/
dex_instruction_list.h 75 V(0x35, IF_GE, "if-ge", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVerifyBranchTarget) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 97 IF_GE(0x35, "if-ge", ReferenceType.NONE, Format.Format22t, Opcode.CAN_CONTINUE),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 476 milliseconds

1 2 3 4