Searched defs:CONST_STRING_JUMBO (Results 1 - 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java171 public static final Dop CONST_STRING_JUMBO = field in class:Dops
172 new Dop(DalvOps.CONST_STRING_JUMBO, DalvOps.CONST_STRING,
971 set(CONST_STRING_JUMBO);
H A DDalvOps.java61 public static final int CONST_STRING_JUMBO = 0x1b; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java172 Opcodes.CONST_STRING_JUMBO, Form21c.THE_ONE, true);
174 public static final Dop CONST_STRING_JUMBO = field in class:Dops
175 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
974 set(CONST_STRING_JUMBO);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java170 public static final Info CONST_STRING_JUMBO = field in class:OpcodeInfo
171 new Info(Opcodes.CONST_STRING_JUMBO, "const-string/jumbo",
976 set(CONST_STRING_JUMBO);
H A DOpcodes.java71 public static final int CONST_STRING_JUMBO = 0x1b; field in class:Opcodes

Completed in 14 milliseconds