Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dallocation-site-scopes-inl.h27 Object nested_site = current()->nested_site(); in EnterNewScope() local
29 update_current_site(AllocationSite::cast(nested_site)); in EnterNewScope()
Dallocation-site.h51 DECL_ACCESSORS(nested_site, Object)
Dallocation-site-inl.h32 ACCESSORS(AllocationSite, nested_site, Object, kNestedSiteOffset) in OBJECT_CONSTRUCTORS_IMPL()
Dobjects.cc5269 if (current_site.nested_site() == *this) { in IsNested()
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc1321 if (!current.nested_site().IsAllocationSite()) break; in DependOnElementsKinds()
1322 current = current.nested_site().AsAllocationSite(); in DependOnElementsKinds()
1324 CHECK_EQ(current.nested_site().AsSmi(), 0); in DependOnElementsKinds()
Dheap-refs.h649 ObjectRef nested_site() const;
Dheap-refs.cc1412 ObjectRef AllocationSiteRef::nested_site() const { in nested_site() function in v8::internal::compiler::AllocationSiteRef
1413 return MakeRefAssumeMemoryFence(broker(), object()->nested_site()); in nested_site()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1843 CHECK(nested_site().IsAllocationSite() || nested_site() == Smi::zero()); in AllocationSiteVerify()
Dobjects-printer.cc2154 os << "\n - nested site: " << Brief(nested_site()); in AllocationSitePrint()
/third_party/node/deps/v8/src/heap/
Dheap.cc3105 Object current_nested = site.nested_site(); in ForeachAllocationSite()
3107 AllocationSite nested_site = AllocationSite::cast(current_nested); in ForeachAllocationSite() local
3108 visitor(nested_site); in ForeachAllocationSite()
3109 current_nested = nested_site.nested_site(); in ForeachAllocationSite()
Dmark-compact.cc1410 nested = current_site.nested_site(); in RetainAs()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1564 SetInternalReference(entry, "nested_site", site.nested_site(), in ExtractAllocationSiteReferences()