Lines Matching defs:length
3584 Node* length = node->InputAt(0);
3587 Node* zero_length = __ IntPtrEqual(length, __ IntPtrConstant(0));
3592 Node* size = __ IntAdd(__ WordShl(length, __ IntPtrConstant(kDoubleSizeLog2)),
3600 ChangeIntPtrToSmi(length));
3613 Node* check = __ UintLessThan(index, length);
3632 Node* length = node->InputAt(0);
3635 Node* zero_length = __ IntPtrEqual(length, __ IntPtrConstant(0));
3640 Node* size = __ IntAdd(__ WordShl(length, __ IntPtrConstant(kTaggedSizeLog2)),
3647 ChangeIntPtrToSmi(length));
3657 Node* check = __ UintLessThan(index, length);
3705 Node* length = node->InputAt(0);
3744 __ StoreField(AccessBuilder::ForStringLength(), result, length);
3997 auto length = __ LoadField(AccessBuilder::ForStringLength(), receiver);
3999 __ GotoIfNot(__ IntLessThan(next_index, length), &return_result,
4899 // Unpack the store and length, and store them to a struct
4941 "The buffer length can't "