Searched refs:current_site (Results 1 – 3 of 3) sorted by relevance
54 Handle<AllocationSite> current_site = site_context()->EnterNewScope(); in VisitElementOrProperty() local56 site_context()->ExitScope(current_site, value); in VisitElementOrProperty()
1407 AllocationSite current_site = AllocationSite::cast(nested); in RetainAs() local1410 nested = current_site.nested_site(); in RetainAs()1411 current_site.MarkZombie(); in RetainAs()1412 marking_state_->WhiteToBlack(current_site); in RetainAs()
5268 AllocationSite current_site = AllocationSite::cast(current); in IsNested() local5269 if (current_site.nested_site() == *this) { in IsNested()5272 current = current_site.weak_next(); in IsNested()