Class SSAInvokeInstruction

    • Field Detail

      • result

        protected final int result
      • params

        protected final int[] params
        The value numbers of the arguments passed to the call. For non-static methods, params[0] == this. If params == null, this should be a static method with no parameters.
    • Constructor Detail

      • SSAInvokeInstruction

        protected SSAInvokeInstruction​(int iindex,
                                       int result,
                                       int[] params,
                                       int exception,
                                       CallSiteReference site)
      • SSAInvokeInstruction

        protected SSAInvokeInstruction​(int iindex,
                                       int[] params,
                                       int exception,
                                       CallSiteReference site)
        Constructor InvokeInstruction. This case for void return values