Home
last modified time | relevance | path

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

/external/v8/src/
Dallocation-site-scopes.h64 Object* nested_site = current()->nested_site(); in EnterNewScope() local
66 update_current_site(AllocationSite::cast(nested_site)); in EnterNewScope()
Dobjects-printer.cc1902 os << "\n - nested site: " << Brief(nested_site()); in AllocationSitePrint()
Dobjects-inl.h2247 ACCESSORS(AllocationSite, nested_site, Object, kNestedSiteOffset) in ACCESSORS() argument
Dobjects.h3671 DECL_ACCESSORS(nested_site, Object)
Dobjects.cc15829 if (current_site->nested_site() == this) { in IsNested()
/external/v8/src/compiler/
Dcompilation-dependencies.cc429 if (!current.nested_site().IsAllocationSite()) break; in DependOnElementsKinds()
430 current = current.nested_site().AsAllocationSite(); in DependOnElementsKinds()
432 CHECK_EQ(current.nested_site().AsSmi(), 0); in DependOnElementsKinds()
Djs-heap-broker.cc266 nested_site(GET_OR_CREATE(nested_site)) { in AllocationSiteData()
280 ObjectData* const nested_site; member in v8::internal::compiler::AllocationSiteData
992 BIMODAL_ACCESSOR(AllocationSite, Object, nested_site) in BIMODAL_ACCESSOR() argument
Djs-heap-broker.h289 ObjectRef nested_site() const;
/external/v8/src/heap/
Dheap.cc2498 Object* current_nested = site->nested_site(); in ForeachAllocationSite()
2500 AllocationSite* nested_site = AllocationSite::cast(current_nested); in ForeachAllocationSite() local
2501 visitor(nested_site); in ForeachAllocationSite()
2502 current_nested = nested_site->nested_site(); in ForeachAllocationSite()
Dmark-compact.cc1042 nested = current_site->nested_site(); in RetainAs()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1335 SetInternalReference(site, entry, "nested_site", site->nested_site(), in ExtractAllocationSiteReferences()