Searched refs:INVOKE_POLYMORPHIC_RANGE (Results 1 – 5 of 5) sorted by relevance
264 public static final int INVOKE_POLYMORPHIC_RANGE = 0xfb; field in Opcodes
938 public static final Info INVOKE_POLYMORPHIC_RANGE = field in OpcodeInfo939 new Info(Opcodes.INVOKE_POLYMORPHIC_RANGE, "invoke-polymorphic/range",1192 set(INVOKE_POLYMORPHIC_RANGE);
285 public static final int INVOKE_POLYMORPHIC_RANGE = 0xfb; field in DalvOps
942 Opcodes.INVOKE_POLYMORPHIC_RANGE, Form45cc.THE_ONE, false);944 public static final Dop INVOKE_POLYMORPHIC_RANGE = field in Dops945 new Dop(Opcodes.INVOKE_POLYMORPHIC_RANGE, Opcodes.INVOKE_POLYMORPHIC,1192 set(INVOKE_POLYMORPHIC_RANGE);
720 if (opcode != Opcodes.INVOKE_POLYMORPHIC_RANGE) { in FORMAT_4RCC()