Home | History | Annotate | Download | only in src

Lines Matching full:allocationsite

562   V(ALLOCATION_SITE, AllocationSite, allocation_site)                          \
874 class AllocationSite;
1111 "Expected AllocationSite in property cell") \
8113 class AllocationSite: public Struct {
8162 // to this AllocationSite.
8211 DECLARE_PRINTER(AllocationSite)
8212 DECLARE_VERIFIER(AllocationSite)
8214 static inline AllocationSite* cast(Object* obj);
8248 DISALLOW_IMPLICIT_CONSTRUCTORS(AllocationSite);
8261 !AllocationSite::cast(allocation_site())->IsZombie();
8263 AllocationSite* GetAllocationSite() {
8265 return AllocationSite::cast(allocation_site());