Home
last modified time | relevance | path

Searched refs:current_nested (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dheap.cc2498 Object* current_nested = site->nested_site(); in ForeachAllocationSite() local
2499 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()