Home | History | Annotate | Download | only in src

Lines Matching refs:site_context

5363   JSObjectWalkVisitor(ContextObject* site_context, bool copying,
5365 : site_context_(site_context),
5375 Handle<AllocationSite> current_site = site_context()->EnterNewScope();
5377 site_context()->ExitScope(current_site, value);
5381 inline ContextObject* site_context() { return site_context_; }
5382 inline Isolate* isolate() { return site_context()->isolate(); }
5416 if (site_context()->ShouldCreateMemento(object)) {
5417 site_to_pass = site_context()->current();
5572 AllocationSiteCreationContext* site_context) {
5573 JSObjectWalkVisitor<AllocationSiteCreationContext> v(site_context, false,
5584 AllocationSiteUsageContext* site_context,
5586 JSObjectWalkVisitor<AllocationSiteUsageContext> v(site_context, true, hints);