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

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 152 new Dop(DalvOps.CONST_WIDE_16, DalvOps.CONST_WIDE,
156 new Dop(DalvOps.CONST_WIDE_32, DalvOps.CONST_WIDE,
159 public static final Dop CONST_WIDE =
160 new Dop(DalvOps.CONST_WIDE, DalvOps.CONST_WIDE,
164 new Dop(DalvOps.CONST_WIDE_HIGH16, DalvOps.CONST_WIDE,
    [all...]
DalvOps.java 58 public static final int CONST_WIDE = 0x18;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 155 new Dop(Opcodes.CONST_WIDE_16, Opcodes.CONST_WIDE,
159 new Dop(Opcodes.CONST_WIDE_32, Opcodes.CONST_WIDE,
160 Opcodes.CONST_WIDE, Form31i.THE_ONE, true);
162 public static final Dop CONST_WIDE =
163 new Dop(Opcodes.CONST_WIDE, Opcodes.CONST_WIDE,
167 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 158 new Dop(Opcodes.CONST_WIDE_16, Opcodes.CONST_WIDE,
162 new Dop(Opcodes.CONST_WIDE_32, Opcodes.CONST_WIDE,
163 Opcodes.CONST_WIDE, Form31i.THE_ONE, true);
165 public static final Dop CONST_WIDE =
166 new Dop(Opcodes.CONST_WIDE, Opcodes.CONST_WIDE,
170 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE,
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 68 public static final int CONST_WIDE = 0x18;
OpcodeInfo.java 158 public static final Info CONST_WIDE =
159 new Info(Opcodes.CONST_WIDE, "const-wide",
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 68 public static final int CONST_WIDE = 0x18;
OpcodeInfo.java 158 public static final Info CONST_WIDE =
159 new Info(Opcodes.CONST_WIDE, "const-wide",
    [all...]
  /art/compiler/dex/
local_value_numbering.cc 153 case Instruction::CONST_WIDE: {
mir_optimization.cc 66 case Instruction::CONST_WIDE:
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 165 case Instruction::CONST_WIDE:
  /art/runtime/
dex_instruction_list.h 45 V(0x18, CONST_WIDE, "const-wide", k51l, true, kNone, kContinue, kVerifyRegAWide) \
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 697 case CONST_WIDE:
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 795 case Instruction::CONST_WIDE: {
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 61 CONST_WIDE((short)0x18, "const-wide", ReferenceType.none, Format.Format51l, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/runtime/interpreter/
interpreter.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 1760 milliseconds