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

1 2 3

  /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),
  /art/compiler/optimizing/
scheduler_test.cc 216 Instruction::CONST_16 | 5 << 8, 0x000a, // const/16 v5, #int 10
instruction_builder.cc     [all...]
  /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 141 public static final Dop CONST_16 =
142 new Dop(DalvOps.CONST_16, DalvOps.CONST,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 142 Opcodes.CONST_16, Form11n.THE_ONE, true);
144 public static final Dop CONST_16 =
145 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/compiler/dex/
inline_method_analyser.cc 464 case Instruction::CONST_16:
  /art/runtime/
dex_instruction_list.h 41 V(0x13, CONST_16, "const/16", k21s, kIndexNone, kContinue | kRegBFieldOrConstant, kVerifyRegA) \
  /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 629 case CONST_16:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 1199 else if (op_mode == CONST_16)
    [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_switch_impl.cc 341 case Instruction::CONST_16: {
    [all...]
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 

Completed in 861 milliseconds

1 2 3