Lines Matching refs:kind
4094 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i);
4095 __ CmpP(r5, Operand(kind));
4096 T stub(masm->isolate(), kind);
4110 // r5 - kind (if mode != DISABLE_ALLOCATION_SITES)
4146 // We are going to create a holey array, but our kind is non-holey.
4147 // Fix kind and retry (only if we have an allocation site in the slot).
4155 // Save the resulting elements kind in type info. We can't just store r5
4156 // in the AllocationSite::transition_info field because elements kind is
4167 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i);
4168 __ CmpP(r5, Operand(kind));
4169 ArraySingleArgumentConstructorStub stub(masm->isolate(), kind);
4185 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i);
4186 T stub(isolate, kind);
4188 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) {
4189 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
4272 // Get the elements kind and case on that.
4308 ElementsKind kind) {
4311 InternalArrayNoArgumentConstructorStub stub0(isolate(), kind);
4317 if (IsFastPackedElementsKind(kind)) {
4324 isolate(), GetHoleyElementsKind(kind));
4328 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
4353 // Figure out the right elements kind
5057 // Load PropertyDetails for the cell (actually only the cell_type and kind).