Home | History | Annotate | Download | only in src

Lines Matching refs:allocation_site

531   V(ALLOCATION_SITE, AllocationSite, allocation_site)                          \
8287 DECL_ACCESSORS(allocation_site, Object)
8290 return allocation_site()->IsAllocationSite() &&
8291 !AllocationSite::cast(allocation_site())->IsZombie();
8295 return AllocationSite::cast(allocation_site());