Lines Matching refs:AllocationSite
2579 // AllocationSite. Do a map check on the object in rcx.
2613 // Create an AllocationSite if we don't already have it, store it in the cell
5540 // in the AllocationSite::transition_info field because elements kind is
5542 STATIC_ASSERT(AllocationSite::ElementsKindBits::kShift == 0);
5543 __ SmiAddConstant(FieldOperand(rcx, AllocationSite::kTransitionInfoOffset),
5578 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE ||
5678 // AllocationSite, call an array constructor that doesn't use AllocationSites.
5687 __ movq(rdx, FieldOperand(rdx, AllocationSite::kTransitionInfoOffset));
5689 STATIC_ASSERT(AllocationSite::ElementsKindBits::kShift == 0);
5690 __ and_(rdx, Immediate(AllocationSite::ElementsKindBits::kMask));