Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.cc3105 Object current_nested = site.nested_site(); in ForeachAllocationSite() local
3106 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()