Lines Matching defs:stash
1712 HV *stash;
1722 && (stash = SvSTASH(SvRV(SvTIED_obj((SV*)hv, mg))))
1723 && gv_fetchmethod_autoload(stash, "EXISTS", TRUE)
1724 && gv_fetchmethod_autoload(stash, "DELETE", TRUE)
2564 HV *stash;
2615 cv = sv_2cv(sv, &stash, &gv, FALSE);
2671 * stash (for static methods), as appropriate. This has to be
2767 "entersub: %p grabbing %p:%s in stash %s\n",
3086 HV* stash;
3113 stash = INT2PTR(HV*,SvIV(HeVAL(he)));
3135 stash = gv_stashpvn(packname, packlen, FALSE);
3136 if (!stash)
3139 SV* ref = newSViv(PTR2IV(stash));
3157 stash = SvSTASH(ob);
3160 /* NOTE: stash may be null, hope hv_fetch_ent and
3165 HE* he = hv_fetch_ent(stash, meth, 0, *hashp);
3174 gv = gv_fetchmethod(stash ? stash : (HV*)packsv, name);
3197 stash ? HvNAME(stash) : packname;
3206 /* we're relying on gv_fetchmethod not autovivifying the stash */