Searched refs:nested_site (Results 1 – 12 of 12) sorted by relevance
27 Object nested_site = current()->nested_site(); in EnterNewScope() local29 update_current_site(AllocationSite::cast(nested_site)); in EnterNewScope()
51 DECL_ACCESSORS(nested_site, Object)
32 ACCESSORS(AllocationSite, nested_site, Object, kNestedSiteOffset) in OBJECT_CONSTRUCTORS_IMPL()
5269 if (current_site.nested_site() == *this) { in IsNested()
1321 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()
649 ObjectRef nested_site() const;
1412 ObjectRef AllocationSiteRef::nested_site() const { in nested_site() function in v8::internal::compiler::AllocationSiteRef1413 return MakeRefAssumeMemoryFence(broker(), object()->nested_site()); in nested_site()
1843 CHECK(nested_site().IsAllocationSite() || nested_site() == Smi::zero()); in AllocationSiteVerify()
2154 os << "\n - nested site: " << Brief(nested_site()); in AllocationSitePrint()
3105 Object current_nested = site.nested_site(); in ForeachAllocationSite()3107 AllocationSite nested_site = AllocationSite::cast(current_nested); in ForeachAllocationSite() local3108 visitor(nested_site); in ForeachAllocationSite()3109 current_nested = nested_site.nested_site(); in ForeachAllocationSite()
1410 nested = current_site.nested_site(); in RetainAs()
1564 SetInternalReference(entry, "nested_site", site.nested_site(), in ExtractAllocationSiteReferences()