Lines Matching refs:site_context
42 JSObjectWalkVisitor(ContextObject* site_context, DeepCopyHints hints) in JSObjectWalkVisitor() argument
43 : site_context_(site_context), hints_(hints) {} in JSObjectWalkVisitor()
56 Handle<AllocationSite> current_site = site_context()->EnterNewScope(); in VisitElementOrProperty()
58 site_context()->ExitScope(current_site, value); in VisitElementOrProperty()
62 inline ContextObject* site_context() { return site_context_; } in site_context() function in v8::internal::__anon872c4cbd0111::JSObjectWalkVisitor
63 inline Isolate* isolate() { return site_context()->isolate(); } in isolate()
95 if (site_context()->ShouldCreateMemento(object)) { in StructureWalk()
96 site_to_pass = site_context()->current(); in StructureWalk()
292 DeprecationUpdateContext* site_context) { in DeepWalk() argument
293 JSObjectWalkVisitor<DeprecationUpdateContext> v(site_context, kNoHints); in DeepWalk()
301 AllocationSiteCreationContext* site_context) { in DeepWalk() argument
302 JSObjectWalkVisitor<AllocationSiteCreationContext> v(site_context, kNoHints); in DeepWalk()
310 AllocationSiteUsageContext* site_context, in DeepCopy() argument
312 JSObjectWalkVisitor<AllocationSiteUsageContext> v(site_context, hints); in DeepCopy()