Searched defs:CONST_CLASS_JUMBO (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java183 Opcodes.CONST_CLASS_JUMBO, Form21c.THE_ONE, true);
941 public static final Dop CONST_CLASS_JUMBO = field in class:Dops
942 new Dop(Opcodes.CONST_CLASS_JUMBO, Opcodes.CONST_CLASS,
1324 set(CONST_CLASS_JUMBO);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java934 public static final Info CONST_CLASS_JUMBO = field in class:OpcodeInfo
935 new Info(Opcodes.CONST_CLASS_JUMBO, "const-class/jumbo",
1323 set(CONST_CLASS_JUMBO);
H A DOpcodes.java262 public static final int CONST_CLASS_JUMBO = 0x00ff; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java287 CONST_CLASS_JUMBO((short)0xff00, "const-class/jumbo", ReferenceType.type, Format.Format41c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.JUMBO_OPCODE), enum constant in enum:Opcode
449 removeOpcodes(CONST_CLASS_JUMBO, CHECK_CAST_JUMBO, INSTANCE_OF_JUMBO, NEW_INSTANCE_JUMBO,

Completed in 114 milliseconds