Lines Matching refs:kind
3802 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i);
3803 __ cmp(edx, kind);
3805 T stub(masm->isolate(), kind);
3820 // edx - kind (if mode != DISABLE_ALLOCATION_SITES)
3857 // We are going to create a holey array, but our kind is non-holey.
3858 // Fix kind and retry.
3868 // Save the resulting elements kind in type info. We can't just store r3
3869 // in the AllocationSite::transition_info field because elements kind is
3880 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i);
3881 __ cmp(edx, kind);
3883 ArraySingleArgumentConstructorStub stub(masm->isolate(), kind);
3900 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i);
3901 T stub(isolate, kind);
3903 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) {
3904 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
4030 ElementsKind kind) {
4036 InternalArrayNoArgumentConstructorStub stub0(isolate(), kind);
4043 if (IsFastPackedElementsKind(kind)) {
4051 isolate(), GetHoleyElementsKind(kind));
4056 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
4085 // Figure out the right elements kind
4814 // Load PropertyDetails for the cell (actually only the cell_type and kind).