Searched refs:nested_site (Results 1 – 6 of 6) sorted by relevance
76 Object* nested_site = current()->nested_site(); in EnterNewScope() local78 ASSERT(nested_site->IsAllocationSite()); in EnterNewScope()79 update_current_site(AllocationSite::cast(nested_site)); in EnterNewScope()
1131 nested_site()->ShortPrint(out); in AllocationSitePrint()
1553 SetInternalReference(site, entry, "nested_site", site->nested_site(), in ExtractAllocationSiteReferences()
5164 ACCESSORS(AllocationSite, nested_site, Object, kNestedSiteOffset) in ACCESSORS()
8575 DECL_ACCESSORS(nested_site, Object)
13092 if (current_site->nested_site() == this) { in IsNestedSite()