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

1 2

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 39 CONST_16,
Instruction.java 339 addOpcodeInfo(Opcode.CONST_16, "const/16", 0x13, new Format21s());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 57 /*09: 0x0d*/ new ImmutableInstruction21s(Opcode.CONST_16, 11, 12),
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 63 public static final int CONST_16 = 0x13;
OpcodeInfo.java 138 public static final Info CONST_16 =
139 new Info(Opcodes.CONST_16, "const/16",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 53 public static final int CONST_16 = 0x13;
Dops.java 139 public static final Dop CONST_16 =
140 new Dop(DalvOps.CONST_16, DalvOps.CONST,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 63 public static final int CONST_16 = 0x13;
OpcodeInfo.java 138 public static final Info CONST_16 =
139 new Info(Opcodes.CONST_16, "const/16",
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 140 Opcodes.CONST_16, Form11n.THE_ONE, true);
142 public static final Dop CONST_16 =
143 new Dop(Opcodes.CONST_16, Opcodes.CONST,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 143 Opcodes.CONST_16, Form11n.THE_ONE, true);
145 public static final Dop CONST_16 =
146 new Dop(Opcodes.CONST_16, Opcodes.CONST,
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
h8300-dis.c 198 else if ((x & MODE) == CONST_16)
  /art/runtime/quick/
inline_method_analyser.cc 484 case Instruction::CONST_16:
  /art/runtime/
dex_instruction_list.h 40 V(0x13, CONST_16, "const/16", k21s, true, kIndexNone, kContinue | kRegBFieldOrConstant, kVerifyRegA) \
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 63 CONST_16(0x13, "const/16", ReferenceType.NONE, Format.Format21s, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 624 case CONST_16:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 1199 else if (op_mode == CONST_16)
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
h8300.h 63 CONST_16 = 0x1100,
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 387 HANDLE_INSTRUCTION_START(CONST_16) {
    [all...]
interpreter_switch_impl.cc 328 case Instruction::CONST_16: {
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 1032 milliseconds

1 2