Lines Matching refs:AllocationSite
1881 AllocationSite::BodyDescriptor::IterateBody(this, v);
5692 Handle<AllocationSite> current_site = site_context()->EnterNewScope();
5732 Handle<AllocationSite> site_to_pass;
11678 return Handle<AllocationSite>::cast(object)->dependent_code();
12804 const double AllocationSite::kPretenureRatio = 0.60;
12807 bool AllocationSite::IsNestedSite() {
12811 AllocationSite* current_site = AllocationSite::cast(current);
12821 MaybeObject* AllocationSite::DigestTransitionFeedback(ElementsKind to_kind) {
12840 "AllocationSite: JSArray %p boilerplate %s updated %s->%s\n",
12860 PrintF("AllocationSite: JSArray %p site updated %s->%s\n",
12874 void AllocationSite::AddDependentCompilationInfo(Reason reason,
12885 void AllocationSite::AddDependentCode(Reason reason, Handle<Code> code) {
12911 AllocationSite* site = memento->GetAllocationSite();