Lines Matching refs:AllocationSite
2748 // AllocationSite. Do a map check on the object in ecx.
2785 // Create an AllocationSite if we don't already have it, store it in the cell
5741 // in the AllocationSite::transition_info field because elements kind is
5743 STATIC_ASSERT(AllocationSite::ElementsKindBits::kShift == 0);
5744 __ add(FieldOperand(ecx, AllocationSite::kTransitionInfoOffset),
5779 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE ||
5878 // AllocationSite, call an array constructor that doesn't use AllocationSites.
5887 __ mov(edx, FieldOperand(edx, AllocationSite::kTransitionInfoOffset));
5889 STATIC_ASSERT(AllocationSite::ElementsKindBits::kShift == 0);
5890 __ and_(edx, Immediate(AllocationSite::ElementsKindBits::kMask));