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

  /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/dex/
local_value_numbering.cc 30 case Instruction::RETURN_WIDE:
vreg_analysis.cc 161 (mir->dalvikInsn.opcode == Instruction::RETURN_WIDE) ||
mir_graph.cc 44 {{Instruction::IGET_WIDE, Instruction::RETURN_WIDE}, kIGetWide},
54 {{Instruction::RETURN_WIDE}, kIdentity},
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 102 case Instruction::RETURN_WIDE:
  /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/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 681 case RETURN_WIDE:
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 876 case Instruction::RETURN_WIDE
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 53 RETURN_WIDE((short)0x10, "return-wide", ReferenceType.none, Format.Format11x),
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/runtime/interpreter/
interpreter.cc     [all...]

Completed in 370 milliseconds