Home | History | Annotate | Download | only in arm

Lines Matching refs:AllocationSite

3331   // AllocationSite. Do a map check on the object in ecx.
3364 // Create an AllocationSite if we don't already have it, store it in the cell
5794 // in the AllocationSite::transition_info field because elements kind is
5796 STATIC_ASSERT(AllocationSite::ElementsKindBits::kShift == 0);
5797 __ ldr(r4, FieldMemOperand(r5, AllocationSite::kTransitionInfoOffset));
5799 __ str(r4, FieldMemOperand(r5, AllocationSite::kTransitionInfoOffset));
5833 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE ||
5934 // AllocationSite, call an array constructor that doesn't use AllocationSites.
5939 __ ldr(r3, FieldMemOperand(r3, AllocationSite::kTransitionInfoOffset));
5941 STATIC_ASSERT(AllocationSite::ElementsKindBits::kShift == 0);
5942 __ and_(r3, r3, Operand(AllocationSite::ElementsKindBits::kMask));