Searched refs:CONST_STRING_JUMBO (Results 1 - 6 of 6) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
H A DInstructionTransformer.java70 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
80 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
90 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
100 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java71 public static final int CONST_STRING_JUMBO = 0x1b; field in class:Opcodes
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);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvOps.java61 public static final int CONST_STRING_JUMBO = 0x1b; field in class:DalvOps
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);
/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);

Completed in 69 milliseconds