Searched refs:nested_site (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | allocation-site-scopes.h | 64 Object* nested_site = current()->nested_site(); in EnterNewScope() local 66 update_current_site(AllocationSite::cast(nested_site)); in EnterNewScope()
|
D | objects-printer.cc | 1902 os << "\n - nested site: " << Brief(nested_site()); in AllocationSitePrint()
|
D | objects-inl.h | 2247 ACCESSORS(AllocationSite, nested_site, Object, kNestedSiteOffset) in ACCESSORS() argument
|
D | objects.h | 3671 DECL_ACCESSORS(nested_site, Object)
|
D | objects.cc | 15829 if (current_site->nested_site() == this) { in IsNested()
|
/external/v8/src/compiler/ |
D | compilation-dependencies.cc | 429 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()
|
D | js-heap-broker.cc | 266 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
|
D | js-heap-broker.h | 289 ObjectRef nested_site() const;
|
/external/v8/src/heap/ |
D | heap.cc | 2498 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()
|
D | mark-compact.cc | 1042 nested = current_site->nested_site(); in RetainAs()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1335 SetInternalReference(site, entry, "nested_site", site->nested_site(), in ExtractAllocationSiteReferences()
|