Lines Matching full:allocationsite
34 Handle<AllocationSite> AllocationSiteCreationContext::EnterNewScope() {
35 Handle<AllocationSite> scope_site;
37 // We are creating the top level AllocationSite as opposed to a nested
38 // AllocationSite.
40 scope_site = Handle<AllocationSite>(*top(), isolate());
42 PrintF("*** Creating top level AllocationSite %p\n",
63 Handle<AllocationSite> scope_site,
72 PrintF("*** Setting AllocationSite %p transition_info %p\n",
76 PrintF("Setting AllocationSite (%p, %p) transition_info %p\n",
87 if (activated_ && AllocationSite::CanTrack(object->map()->instance_type())) {
89 AllocationSite::GetMode(object->GetElementsKind()) ==