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

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java262 public static final int CONST_CLASS_JUMBO = 0x00ff; field in class:Opcodes
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);
/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);

Completed in 107 milliseconds