Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc54 Handle<AllocationSite> current_site = site_context()->EnterNewScope(); in VisitElementOrProperty() local
56 site_context()->ExitScope(current_site, value); in VisitElementOrProperty()
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc1407 AllocationSite current_site = AllocationSite::cast(nested); in RetainAs() local
1410 nested = current_site.nested_site(); in RetainAs()
1411 current_site.MarkZombie(); in RetainAs()
1412 marking_state_->WhiteToBlack(current_site); in RetainAs()
/third_party/node/deps/v8/src/objects/
Dobjects.cc5268 AllocationSite current_site = AllocationSite::cast(current); in IsNested() local
5269 if (current_site.nested_site() == *this) { in IsNested()
5272 current = current_site.weak_next(); in IsNested()