Home
last modified time | relevance | path

Searched refs:CONST_CLASS_JUMBO (Results 1 – 3 of 3) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java262 public static final int CONST_CLASS_JUMBO = 0x00ff; field in Opcodes
DOpcodeInfo.java934 public static final Info CONST_CLASS_JUMBO = field in OpcodeInfo
935 new Info(Opcodes.CONST_CLASS_JUMBO, "const-class/jumbo",
1323 set(CONST_CLASS_JUMBO);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java183 Opcodes.CONST_CLASS_JUMBO, Form21c.THE_ONE, true);
941 public static final Dop CONST_CLASS_JUMBO = field in Dops
942 new Dop(Opcodes.CONST_CLASS_JUMBO, Opcodes.CONST_CLASS,
1324 set(CONST_CLASS_JUMBO);