Searched refs:op_meth_sv (Results 1 – 5 of 5) sorted by relevance
264 SV* op_meth_sv; /* static method name */ 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()
3192 method_op.op_u.op_meth_sv = sv; in Perl_call_sv()
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()5908 methop->op_u.op_meth_sv = const_meth; in S_newMETHOP_internal()
1080 ? NULL : cMETHOPo->op_u.op_meth_sv);