Lines Matching refs:CvROOT
331 if (!PL_compcv || CvROOT(PL_compcv) in Perl_Slab_Alloc()
10159 const bool pureperl = !CvISXSUB(cv) && CvROOT(cv); in S_already_defined()
10312 || (cv && CvLVALUE(cv) && !CvROOT(cv) && !CvXSUB(cv)) in Perl_newMYSUB()
10327 const bool exists = CvROOT(cv) || CvXSUB(cv); in Perl_newMYSUB()
10359 assert(!CvROOT(cv) && !CvCONST(cv)); in Perl_newMYSUB()
10477 CvROOT(cv) = block; in Perl_newMYSUB()
10857 || (cv && CvLVALUE(cv) && !CvROOT(cv) && !CvXSUB(cv) in Perl_newATTRSUB_x()
10910 const bool exists = CvROOT(cv) || CvXSUB(cv); in Perl_newATTRSUB_x()
10937 assert(!CvROOT(cv) && !CvCONST(cv)); in Perl_newATTRSUB_x()
11091 CvROOT(cv) = block; in Perl_newATTRSUB_x()
11651 else if (CvROOT(cv) || CvXSUB(cv) || GvASSUMECV(gv)) { in Perl_newXS_len_flags()
11791 CvROOT(cv) = root; in Perl_newFORM()
14946 if (CvISXSUB(cv) || !CvROOT(cv)) in Perl_ck_subr()