Searched refs:op_u (Results 1 – 5 of 5) sorted by relevance
265 } op_u; member540 # define cMETHOPx_meth(v) (cMETHOPx(v)->op_u.op_meth_sv \541 ? cMETHOPx(v)->op_u.op_meth_sv : PAD_SVl((v)->op_targ))551 # define cMETHOPx_meth(v) (cMETHOPx(v)->op_u.op_meth_sv)
1304 op_relocate_sv(&cMETHOPo->op_u.op_meth_sv, &o->op_targ); in S_finalize_op()
1104 SvREFCNT_dec(cMETHOPo->op_u.op_meth_sv); in Perl_op_clear()1105 cMETHOPo->op_u.op_meth_sv = NULL; in Perl_op_clear()5899 methop->op_u.op_first = dynamic_meth; in S_newMETHOP_internal()5908 methop->op_u.op_meth_sv = const_meth; in S_newMETHOP_internal()
3192 method_op.op_u.op_meth_sv = sv; in Perl_call_sv()
1074 ? cMETHOPo->op_u.op_first : NULL);1080 ? NULL : cMETHOPo->op_u.op_meth_sv);