HomeSort by relevance Sort by last modified time
    Searched refs:CONST_WIDE_32 (Results 1 - 24 of 24) sorted by null

  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 67 public static final int CONST_WIDE_32 = 0x17;
OpcodeInfo.java 154 public static final Info CONST_WIDE_32 =
155 new Info(Opcodes.CONST_WIDE_32, "const-wide/32",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 57 public static final int CONST_WIDE_32 = 0x17;
Dops.java 155 public static final Dop CONST_WIDE_32 =
156 new Dop(DalvOps.CONST_WIDE_32, DalvOps.CONST_WIDE,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 67 public static final int CONST_WIDE_32 = 0x17;
OpcodeInfo.java 154 public static final Info CONST_WIDE_32 =
155 new Info(Opcodes.CONST_WIDE_32, "const-wide/32",
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 158 public static final Dop CONST_WIDE_32 =
159 new Dop(Opcodes.CONST_WIDE_32, Opcodes.CONST_WIDE,
168 Opcodes.CONST_WIDE_32, Form21h.THE_ONE, true);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 161 public static final Dop CONST_WIDE_32 =
162 new Dop(Opcodes.CONST_WIDE_32, Opcodes.CONST_WIDE,
171 Opcodes.CONST_WIDE_32, Form21h.THE_ONE, true);
    [all...]
  /art/compiler/dex/
frontend.cc 181 Instruction::CONST_WIDE_32,
mir_optimization.cc 74 case Instruction::CONST_WIDE_32:
    [all...]
local_value_numbering.cc     [all...]
mir_graph.cc     [all...]
  /art/compiler/optimizing/
builder.cc 508 case Instruction::CONST_WIDE_32: {
  /art/compiler/dex/quick/
mir_to_lir.cc 506 case Instruction::CONST_WIDE_32:
    [all...]
  /art/runtime/
dex_instruction_list.h 44 V(0x17, CONST_WIDE_32, "const-wide/32", k31i, true, kNone, kContinue | kRegBFieldOrConstant, kVerifyRegAWide) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 59 CONST_WIDE_32((short)0x17, "const-wide/32", ReferenceType.NONE, Format.Format31i, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 590 case CONST_WIDE_32:
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 796 case Instruction::CONST_WIDE_32: {
    [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 416 HANDLE_INSTRUCTION_START(CONST_WIDE_32)
    [all...]
interpreter_switch_impl.cc 328 case Instruction::CONST_WIDE_32:
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1268 milliseconds