Searched refs:current_nested (Results 1 – 1 of 1) sorted by relevance
2498 Object* current_nested = site->nested_site(); in ForeachAllocationSite() local2499 while (current_nested->IsAllocationSite()) { in ForeachAllocationSite()2500 AllocationSite* nested_site = AllocationSite::cast(current_nested); in ForeachAllocationSite()2502 current_nested = nested_site->nested_site(); in ForeachAllocationSite()