Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java60 public static final int RETURN_WIDE = 0x10; field in Opcodes
DOpcodeInfo.java126 public static final Info RETURN_WIDE = field in OpcodeInfo
127 new Info(Opcodes.RETURN_WIDE, "return-wide",
1121 set(RETURN_WIDE);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java376 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE); in MAP.put() argument
378 MAP.put(Rops.RETURN_DOUBLE, Dops.RETURN_WIDE); in MAP.put() argument
DDops.java133 public static final Dop RETURN_WIDE = field in Dops
134 new Dop(Opcodes.RETURN_WIDE, Opcodes.RETURN_WIDE,
1122 set(RETURN_WIDE);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java52 RETURN_WIDE((short)0x10, "return-wide", ReferenceType.NONE, Format.Format11x), enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java577 case RETURN_WIDE: