Lines Matching defs:mro_meta
84 struct mro_meta { struct
86 HV *mro_linear_all;
90 SV *mro_linear_current;
91 HV *mro_nextmethod; /* next::method caching */
92 U32 cache_gen; /* Bumping this invalidates our method cache */
93 U32 pkg_gen; /* Bumps when local methods/@ISA change */
94 const struct mro_alg *mro_which; /* which mro alg is in use? */
95 HV *isa; /* Everything this class @ISA */
96 HV *super; /* SUPER method cache */
97 CV *destroy; /* DESTROY method if destroy_gen non-zero */
98 U32 destroy_gen; /* Generation number of DESTROY cache */