Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dallocation-site-scopes.h76 Object* nested_site = current()->nested_site(); in EnterNewScope() local
78 ASSERT(nested_site->IsAllocationSite()); in EnterNewScope()
79 update_current_site(AllocationSite::cast(nested_site)); in EnterNewScope()
Dobjects-printer.cc1131 nested_site()->ShortPrint(out); in AllocationSitePrint()
Dheap-snapshot-generator.cc1553 SetInternalReference(site, entry, "nested_site", site->nested_site(), in ExtractAllocationSiteReferences()
Dobjects-inl.h5164 ACCESSORS(AllocationSite, nested_site, Object, kNestedSiteOffset) in ACCESSORS()
Dobjects.h8575 DECL_ACCESSORS(nested_site, Object)
Dobjects.cc13092 if (current_site->nested_site() == this) { in IsNestedSite()