Lines Matching defs:array
110 // Iterate {feedback} array.
113 // Load the {feedback} array length.
119 // single entry in the {feedback} array anyways.
548 // Negative indices aren't valid array indices (according to
2246 // Perform a bounds check to see if we actually have to grow the array.
2253 // Grow properties array.
2439 TNode<JSTypedArray> array = CAST(object);
2440 TNode<JSArrayBuffer> buffer = LoadJSArrayBufferViewBuffer(array);
2444 LoadVariableLengthJSTypedArrayLength(array, buffer, miss);
2452 data_ptr = LoadJSTypedArrayDataPtr(array);
3507 // We might have a name in feedback, and a weak fixed array in the next
3546 // If the name comparison succeeded, we know we have a weak fixed array
3672 TNode<WeakFixedArray> array = CAST(feedback_element);
3673 HandlePolymorphicCase(lookup_start_object_map, array, &if_handler,
3947 // We might have a name in feedback, and a fixed array in the next slot.
3954 TNode<WeakFixedArray> array = CAST(feedback_element);
3955 HandlePolymorphicCase(receiver_map, array, &if_handler, &var_handler,
4021 // We might have a name in feedback, and a fixed array in the next slot.
4028 TNode<WeakFixedArray> array = CAST(feedback_element);
4029 HandlePolymorphicCase(receiver_map, array, &if_handler, &var_handler,
4718 auto array = Parameter<Object>(Descriptor::kReceiver);
4725 StoreICParameters p(context, array, index, value, slot, vector,
4733 auto array = Parameter<Object>(Descriptor::kReceiver);
4741 TailCallBuiltin(Builtin::kStoreInArrayLiteralIC, context, array, index, value,