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

1 2

  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 55 /*07: 0x09*/ new ImmutableInstruction21ih(Opcode.CONST_HIGH16, 9, 0x10000),
  /art/runtime/quick/
inline_method_analyser.cc 114 case Instruction::CONST_HIGH16:
181 if (instruction->Opcode() == Instruction::CONST_HIGH16) {
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 65 public static final int CONST_HIGH16 = 0x15;
OpcodeInfo.java 146 public static final Info CONST_HIGH16 =
147 new Info(Opcodes.CONST_HIGH16, "const/high16",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 55 public static final int CONST_HIGH16 = 0x15;
Dops.java 147 public static final Dop CONST_HIGH16 =
148 new Dop(DalvOps.CONST_HIGH16, DalvOps.CONST,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 65 public static final int CONST_HIGH16 = 0x15;
OpcodeInfo.java 146 public static final Info CONST_HIGH16 =
147 new Info(Opcodes.CONST_HIGH16, "const/high16",
    [all...]
  /art/runtime/
dex_instruction.cc 151 if (Opcode() == CONST_HIGH16) {
dex_instruction_list.h 42 V(0x15, CONST_HIGH16, "const/high16", k21h, true, kNone, kContinue | kRegBFieldOrConstant, kVerifyRegA) \
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 144 Opcodes.CONST_HIGH16, Form21s.THE_ONE, true);
150 public static final Dop CONST_HIGH16 =
151 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 147 Opcodes.CONST_HIGH16, Form21s.THE_ONE, true);
153 public static final Dop CONST_HIGH16 =
154 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST,
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 236 literal <<= (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
247 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 237 literal <<= (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
248 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
    [all...]
  /art/compiler/dex/
frontend.cc 179 Instruction::CONST_HIGH16,
mir_optimization.cc 70 case Instruction::CONST_HIGH16:
    [all...]
local_value_numbering.cc     [all...]
mir_graph.cc     [all...]
  /art/compiler/optimizing/
builder.cc 490 case Instruction::CONST_HIGH16: {
  /art/compiler/dex/quick/
mir_to_lir.cc 501 case Instruction::CONST_HIGH16:
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 57 CONST_HIGH16((short)0x15, "const/high16", ReferenceType.NONE, Format.Format21ih, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 586 case CONST_HIGH16:
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 805 case Instruction::CONST_HIGH16: {
    [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 400 HANDLE_INSTRUCTION_START(CONST_HIGH16) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 1241 milliseconds

1 2