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

1 2

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
OdexedFieldInstructionMapper.java 56 /*J,D*/ Opcode.IGET_WIDE,
79 /*J,D*/ Opcode.IGET_WIDE,
MethodAnalyzer.java     [all...]
  /art/compiler/dex/
local_value_numbering.cc 431 case Instruction::IGET_WIDE:
449 if (opcode == Instruction::IGET_WIDE) {
450 uint16_t res = LookupValue(Instruction::IGET_WIDE, base, field_ref, memory_version);
dex_to_dex_compiler.cc 120 case Instruction::IGET_WIDE:
mir_graph.cc 44 {{Instruction::IGET_WIDE, Instruction::RETURN_WIDE}, kIGetWide},
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 121 public static final int IGET_WIDE = 0x53;
OpcodeInfo.java 370 public static final Info IGET_WIDE =
371 new Info(Opcodes.IGET_WIDE, "iget-wide",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 234 MAP.put(Rops.GET_FIELD_LONG, Dops.IGET_WIDE);
236 MAP.put(Rops.GET_FIELD_DOUBLE, Dops.IGET_WIDE);
DalvOps.java 117 public static final int IGET_WIDE = 0x53;
Dops.java 371 public static final Dop IGET_WIDE =
372 new Dop(DalvOps.IGET_WIDE, DalvOps.IGET_WIDE,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 120 // Opcodes.IGET_WIDE
405 MAP.put(Rops.GET_FIELD_LONG, Dops.IGET_WIDE);
407 MAP.put(Rops.GET_FIELD_DOUBLE, Dops.IGET_WIDE);
Dops.java 374 public static final Dop IGET_WIDE =
375 new Dop(Opcodes.IGET_WIDE, Opcodes.IGET_WIDE,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 121 // Opcodes.IGET_WIDE
406 MAP.put(Rops.GET_FIELD_LONG, Dops.IGET_WIDE);
408 MAP.put(Rops.GET_FIELD_DOUBLE, Dops.IGET_WIDE);
Dops.java 377 public static final Dop IGET_WIDE =
378 new Dop(Opcodes.IGET_WIDE, Opcodes.IGET_WIDE,
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 171 case Opcodes.IGET_WIDE:
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 121 public static final int IGET_WIDE = 0x53;
OpcodeInfo.java 370 public static final Info IGET_WIDE =
371 new Info(Opcodes.IGET_WIDE, "iget-wide",
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp 482 } else if(flag == IGET_WIDE) {
546 //! lower bytecode IGET_WIDE by calling iget_iput_common
553 int retval = iget_iput_common(tmp, IGET_WIDE, vA, vB, 0, isVolatile);
Lower.h 187 IGET, IGET_WIDE, IPUT, IPUT_WIDE
    [all...]
  /art/runtime/
common_throws.cc 368 case Instruction::IGET_WIDE:
dex_instruction.cc 467 case IGET_WIDE:
dex_instruction_list.h 104 V(0x53, IGET_WIDE, "iget-wide", k22c, true, kFieldRef, kContinue | kThrow, kVerifyRegAWide | kVerifyRegB | kVerifyRegCField) \
  /art/compiler/dex/quick/
mir_to_lir.cc 362 case Instruction::IGET_WIDE:
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 114 IGET_WIDE((short)0x53, "iget-wide", ReferenceType.field, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER, (short)0xff07),
    [all...]

Completed in 981 milliseconds

1 2