Home | History | Annotate | Download | only in mips

Lines Matching full:allocationsite

3443   // AllocationSite. Do a map check on the object in a3.
3474 // Create an AllocationSite if we don't already have it, store it in the cell.
5943 // in the AllocationSite::transition_info field because elements kind is
5945 STATIC_ASSERT(AllocationSite::ElementsKindBits::kShift == 0);
5946 __ lw(t0, FieldMemOperand(t1, AllocationSite::kTransitionInfoOffset));
5948 __ sw(t0, FieldMemOperand(t1, AllocationSite::kTransitionInfoOffset));
5982 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE ||
6084 // AllocationSite, call an array constructor that doesn't use AllocationSites.
6089 __ lw(a3, FieldMemOperand(a3, AllocationSite::kTransitionInfoOffset));
6091 STATIC_ASSERT(AllocationSite::ElementsKindBits::kShift == 0);
6092 __ And(a3, a3, Operand(AllocationSite::ElementsKindBits::kMask));