Home
last modified time | relevance | path

Searched refs:CONST_4 (Results 1 – 7 of 7) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java50 /*02: 0x02*/ new ImmutableInstruction11n(Opcode.CONST_4, 2, 3), in testInstructionOffsetMap()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java245 MAP.put(Rops.CONST_INT, Dops.CONST_4); in MAP.put() argument
247 MAP.put(Rops.CONST_FLOAT, Dops.CONST_4); in MAP.put() argument
259 MAP.put(Rops.CONST_OBJECT_NOTHROW, Dops.CONST_4); in MAP.put() argument
DDops.java141 public static final Dop CONST_4 = field in Dops
142 new Dop(Opcodes.CONST_4, Opcodes.CONST,
1124 set(CONST_4);
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java62 public static final int CONST_4 = 0x12; field in Opcodes
DOpcodeInfo.java134 public static final Info CONST_4 = field in OpcodeInfo
135 new Info(Opcodes.CONST_4, "const/4",
1123 set(CONST_4);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java54CONST_4((short)0x12, "const/4", ReferenceType.NONE, Format.Format11n, Opcode.CAN_CONTINUE | Opcode… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java583 case CONST_4: