Searched refs:current_site (Results 1 – 3 of 3) sorted by relevance
56 Handle<AllocationSite> current_site = site_context()->EnterNewScope(); in VisitElementOrProperty() local58 site_context()->ExitScope(current_site, value); in VisitElementOrProperty()
1039 AllocationSite* current_site = AllocationSite::cast(nested); in RetainAs() local1042 nested = current_site->nested_site(); in RetainAs()1043 current_site->MarkZombie(); in RetainAs()1044 marking_state_->WhiteToBlack(current_site); in RetainAs()
15828 AllocationSite* current_site = AllocationSite::cast(current); in IsNested() local15829 if (current_site->nested_site() == this) { in IsNested()15832 current = current_site->weak_next(); in IsNested()