Lines Matching full:common_invoke_super
142 int common_invoke_super(bool isRange, u2 tmp) {
346 //! lower bytecode INVOKE_SUPER by calling common_invoke_super
360 int retval = common_invoke_super(false/*not range*/, tmp);
453 //! lower bytecode INVOKE_SUPER_RANGE by calling common_invoke_super
463 int retval = common_invoke_super(true/*range*/, tmp);