Lines Matching refs:kind
4154 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i);
4155 __ Cmpi(r6, Operand(kind), r0);
4156 T stub(masm->isolate(), kind);
4171 // r6 - kind (if mode != DISABLE_ALLOCATION_SITES)
4207 // We are going to create a holey array, but our kind is non-holey.
4208 // Fix kind and retry (only if we have an allocation site in the slot).
4217 // Save the resulting elements kind in type info. We can't just store r6
4218 // in the AllocationSite::transition_info field because elements kind is
4230 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i);
4231 __ mov(r0, Operand(kind));
4233 ArraySingleArgumentConstructorStub stub(masm->isolate(), kind);
4250 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i);
4251 T stub(isolate, kind);
4253 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) {
4254 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
4340 // Get the elements kind and case on that.
4377 ElementsKind kind) {
4380 InternalArrayNoArgumentConstructorStub stub0(isolate(), kind);
4386 if (IsFastPackedElementsKind(kind)) {
4393 isolate(), GetHoleyElementsKind(kind));
4397 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
4423 // Figure out the right elements kind
5138 // Load PropertyDetails for the cell (actually only the cell_type and kind).