Searched refs:FILLED_NEW_ARRAY (Results 1 – 11 of 11) sorted by relevance
205 public static final int FILLED_NEW_ARRAY = 42; field in RegOps371 case FILLED_NEW_ARRAY: return "filled-new-array"; in opName()
1892 return new Rop(RegOps.FILLED_NEW_ARRAY, in opFilledNewArray()
205 public static final int FILLED_NEW_ARRAY = 42; field in RegOps355 case FILLED_NEW_ARRAY: return "filled-new-array"; in opName()
1875 return new Rop(RegOps.FILLED_NEW_ARRAY, in opFilledNewArray()
81 public static final int FILLED_NEW_ARRAY = 0x24; field in Opcodes
206 public static final Info FILLED_NEW_ARRAY = field in OpcodeInfo207 new Info(Opcodes.FILLED_NEW_ARRAY, "filled-new-array",1009 set(FILLED_NEW_ARRAY);
70 public static final int FILLED_NEW_ARRAY = 0x24; field in DalvOps
322 case RegOps.FILLED_NEW_ARRAY: return Dops.FILLED_NEW_ARRAY; in dopFor()
501 case RegOps.FILLED_NEW_ARRAY: return Dops.FILLED_NEW_ARRAY; in dopFor()
212 public static final Dop FILLED_NEW_ARRAY = field in Dops213 new Dop(Opcodes.FILLED_NEW_ARRAY, Opcodes.FILLED_NEW_ARRAY,217 new Dop(Opcodes.FILLED_NEW_ARRAY_RANGE, Opcodes.FILLED_NEW_ARRAY,1009 set(FILLED_NEW_ARRAY);
267 case RegOps.FILLED_NEW_ARRAY: in processMoveResultPseudoInsn()