Searched refs:current_nested (Results 1 – 1 of 1) sorted by relevance
3105 Object current_nested = site.nested_site(); in ForeachAllocationSite() local3106 while (current_nested.IsAllocationSite()) { in ForeachAllocationSite()3107 AllocationSite nested_site = AllocationSite::cast(current_nested); in ForeachAllocationSite()3109 current_nested = nested_site.nested_site(); in ForeachAllocationSite()