Searched refs:RETURN_WIDE (Results 1 - 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DRopToDop.java70 // Opcodes.RETURN_WIDE
376 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE);
378 MAP.put(Rops.RETURN_DOUBLE, Dops.RETURN_WIDE);
H A DDops.java133 public static final Dop RETURN_WIDE = field in class:Dops
134 new Dop(Opcodes.RETURN_WIDE, Opcodes.RETURN_WIDE,
1122 set(RETURN_WIDE);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java60 public static final int RETURN_WIDE = 0x10; field in class:Opcodes
H A DOpcodeInfo.java126 public static final Info RETURN_WIDE = field in class:OpcodeInfo
127 new Info(Opcodes.RETURN_WIDE, "return-wide",
1121 set(RETURN_WIDE);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java53 RETURN_WIDE((byte)0x10, "return-wide", ReferenceType.none, Format.Format11x), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java654 case RETURN_WIDE:
1090 case RETURN_WIDE:

Completed in 56 milliseconds