Searched refs:nested_site (Results 1 – 6 of 6) sorted by relevance
76 Object* nested_site = current()->nested_site(); in EnterNewScope() local78 DCHECK(nested_site->IsAllocationSite()); in EnterNewScope()79 update_current_site(AllocationSite::cast(nested_site)); in EnterNewScope()
1001 os << "\n - nested site: " << Brief(nested_site()); in AllocationSitePrint()
1545 SetInternalReference(site, entry, "nested_site", site->nested_site(), in ExtractAllocationSiteReferences()
5349 ACCESSORS(AllocationSite, nested_site, Object, kNestedSiteOffset) in ACCESSORS()
8110 DECL_ACCESSORS(nested_site, Object)
12571 if (current_site->nested_site() == this) { in IsNestedSite()