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

1 2

  /art/runtime/quick/
inline_method_analyser.cc 109 case Instruction::RETURN_WIDE:
115 // TODO: Support wide constants (RETURN_WIDE).
151 DCHECK_LT((return_opcode == Instruction::RETURN_WIDE) ? reg + 1 : reg,
159 data->is_wide = (return_opcode == Instruction::RETURN_WIDE) ? 1u : 0u;
208 if (!(return_opcode == Instruction::RETURN_WIDE && opcode == Instruction::IGET_WIDE) &&
216 DCHECK_LT(return_opcode == Instruction::RETURN_WIDE ? return_reg + 1 : return_reg,
276 return_opcode != Instruction::RETURN_WIDE) {
282 DCHECK_LT(return_opcode == Instruction::RETURN_WIDE ? return_reg + 1u : return_reg,
  /art/compiler/dex/
global_value_numbering.cc 114 bb->last_mir_insn->dalvikInsn.opcode == Instruction::RETURN_WIDE) &&
vreg_analysis.cc 219 (mir->dalvikInsn.opcode == Instruction::RETURN_WIDE) ||
frontend.cc 174 Instruction::RETURN_WIDE,
local_value_numbering.cc     [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 60 public static final int RETURN_WIDE = 0x10;
OpcodeInfo.java 126 public static final Info RETURN_WIDE =
127 new Info(Opcodes.RETURN_WIDE, "return-wide",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 204 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE);
206 MAP.put(Rops.RETURN_DOUBLE, Dops.RETURN_WIDE);
DalvOps.java 50 public static final int RETURN_WIDE = 0x10;
Dops.java 127 public static final Dop RETURN_WIDE =
128 new Dop(DalvOps.RETURN_WIDE, DalvOps.RETURN_WIDE,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 69 // Opcodes.RETURN_WIDE
375 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE);
377 MAP.put(Rops.RETURN_DOUBLE, Dops.RETURN_WIDE);
Dops.java 130 public static final Dop RETURN_WIDE =
131 new Dop(Opcodes.RETURN_WIDE, Opcodes.RETURN_WIDE,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 70 // Opcodes.RETURN_WIDE
376 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE);
378 MAP.put(Rops.RETURN_DOUBLE, Dops.RETURN_WIDE);
Dops.java 133 public static final Dop RETURN_WIDE =
134 new Dop(Opcodes.RETURN_WIDE, Opcodes.RETURN_WIDE,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 60 public static final int RETURN_WIDE = 0x10;
OpcodeInfo.java 126 public static final Info RETURN_WIDE =
127 new Info(Opcodes.RETURN_WIDE, "return-wide",
    [all...]
  /art/compiler/optimizing/
builder.cc 599 case Instruction::RETURN_WIDE: {
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 307 HANDLE_INSTRUCTION_START(RETURN_WIDE) {
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 457 case Instruction::RETURN_WIDE:
    [all...]
  /art/runtime/
dex_instruction_list.h 37 V(0x10, RETURN_WIDE, "return-wide", k11x, false, kNone, kReturn, kVerifyRegAWide) \
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 52 RETURN_WIDE((short)0x10, "return-wide", ReferenceType.NONE, Format.Format11x),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 577 case RETURN_WIDE:
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 3003 milliseconds

1 2