Home
last modified time | relevance | path

Searched refs:mro_nextmethod (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dmro_core.c197 if (newmeta->mro_nextmethod) in Perl_mro_meta_dup()
198 newmeta->mro_nextmethod in Perl_mro_meta_dup()
199 = MUTABLE_HV(sv_dup_inc((const SV *)newmeta->mro_nextmethod, param)); in Perl_mro_meta_dup()
556 if(meta->mro_nextmethod) hv_clear(meta->mro_nextmethod); in Perl_mro_isa_changed_in()
595 if(revmeta->mro_nextmethod) in Perl_mro_isa_changed_in()
596 hv_clear(revmeta->mro_nextmethod); in Perl_mro_isa_changed_in()
1371 if(mrometa->mro_nextmethod) in Perl_mro_method_changed_in()
1372 hv_clear(mrometa->mro_nextmethod); in Perl_mro_method_changed_in()
1418 if(meta->mro_nextmethod) in Perl_mro_set_mro()
[all...]
H A Dhv.h91 HV *mro_nextmethod; /* next::method caching */ member
H A Ddump.c2345 if (meta->mro_nextmethod) { in Perl_do_sv_dump()
2348 PTR2UV(meta->mro_nextmethod)); in Perl_do_sv_dump()
2349 do_sv_dump(level+1, file, MUTABLE_SV(meta->mro_nextmethod), nest+1, maxnest, in Perl_do_sv_dump()
H A Dhv.c2338 SvREFCNT_dec(meta->mro_nextmethod); in Perl_hv_undef_flags()
/openbsd-src/gnu/usr.bin/perl/ext/mro/
H A Dmro.xs570 if(!(nmcache = selfmeta->mro_nextmethod)) {
571 nmcache = selfmeta->mro_nextmethod = newHV();