HomeSort by relevance Sort by last modified time
    Searched refs:CONST_4 (Results 26 - 50 of 69) sorted by null

12 3

  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 134 public static final Info CONST_4 =
135 new Info(Opcodes.CONST_4, "const/4",
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 138 public static final Dop CONST_4 =
139 new Dop(Opcodes.CONST_4, Opcodes.CONST,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 141 public static final Dop CONST_4 =
142 new Dop(Opcodes.CONST_4, Opcodes.CONST,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 134 public static final Info CONST_4 =
135 new Info(Opcodes.CONST_4, "const/4",
    [all...]
  /external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
SmalideaMethodTest.java 130 Assert.assertEquals(Opcode.CONST_4, instruction.getOpcode());
  /toolchain/binutils/binutils-2.25/opcodes/
h8300-dis.c 194 else if ((x & MODE) == CONST_4)
  /art/runtime/quick/
inline_method_analyser.cc 483 case Instruction::CONST_4:
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 338 addOpcodeInfo(Opcode.CONST_4, "const/4", 0x12, new Format11n());
  /art/runtime/
dex_instruction_list.h 39 V(0x12, CONST_4, "const/4", k11n, true, kIndexNone, kContinue | kRegBFieldOrConstant, kVerifyRegA) \
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
h8300.h 61 CONST_4 = 0x0F00,
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 62 CONST_4(0x12, "const/4", ReferenceType.NONE, Format.Format11n, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 623 case CONST_4:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 1195 else if (op_mode == CONST_4)
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [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 376 HANDLE_INSTRUCTION_START(CONST_4) {
    [all...]
interpreter_switch_impl.cc 317 case Instruction::CONST_4: {
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar 

Completed in 469 milliseconds

12 3