Lines Matching refs:first
177 if (it->first != nullptr) {
178 stream << " [" << it->first << ":" << it->second << "]";
197 StringConstant(node.second), node.first);
3259 TNode<IntPtrT> first = arg_index->value();
3261 IntPtrToBInt(IntPtrSub(args->GetLengthWithoutReceiver(), first));
3276 first);
4081 // folding trick. Instead, we first allocate the elements in large object
4090 // Allocate and initialize the elements first. Full initialization is
4360 TNode<FixedArrayBase> source, TNode<TIndex> first, TNode<TIndex> count,
4367 "Only Smi or IntPtrT first, count, and capacity are allowed");
4397 // 2) we're asked to extract only part of the |source| (|first| != 0).
4399 Branch(IntPtrOrSmiNotEqual(IntPtrOrSmiConstant<TIndex>(0), first),
4444 ParameterToIntPtr(first), ParameterToIntPtr(count),
4447 CopyFixedArrayElements(from_kind, source, to_kind, to_elements, first,
4460 TNode<FixedArrayBase> from_array, TNode<TIndex> first, TNode<TIndex> count,
4466 "Only Smi or IntPtrT first, count, and capacity are allowed");
4476 // We first try to copy the FixedDoubleArray to a new FixedDoubleArray.
4493 ElementOffsetFromIndex(first, kind, 0);
4497 ElementOffsetFromIndex(IntPtrOrSmiAdd(first, count), kind,
4532 ExtractToFixedArray(from_array, first, count, capacity, fixed_array_map,
4546 TNode<FixedArrayBase> source, base::Optional<TNode<TIndex>> first,
4552 "Only Smi or IntPtrT first, count, and capacity are allowed");
4564 if (!first) {
4565 first = IntPtrOrSmiConstant<TIndex>(0);
4569 TaggedToParameter<TIndex>(LoadFixedArrayBaseLength(source)), *first);
4578 IntPtrOrSmiAdd(*first, *count), *capacity)));
4597 source, *first, *count, *capacity, source_map, PACKED_ELEMENTS,
4610 source, *first, *count, *capacity, source_map, var_holes_converted,
4623 ParameterToIntPtr(*first), ParameterToIntPtr(*count));
5466 // Convert the {value} to a Number first.
5561 // only reach this path on the first pass when the feedback is kNone.
7162 // Cons string. Check whether it is flat, then fetch first part.
7426 // We need to handle JSReceiver first since we might need to do two
7434 // Primitive first using the ToPrimitive type conversion, preferably
10108 // If the first character of name is not a digit or '-', or we can't match it
10117 // Finally, if the first character is not a digit either, then we are sure
13885 // Try fast Smi addition first.
13906 // Try fast Smi subtraction first.
14381 // base_ points to the first argument, not the receiver
14444 const CodeStubArguments::ForEachBodyFunction& body, TNode<IntPtrT> first,
14447 if (first == nullptr) {
14448 first = assembler_->IntPtrConstant(0);
14453 TNode<RawPtrT> start = AtIndexPtr(first);
15498 // We must allocate the ByteArray first. Otherwise, allocating the ByteArray
15598 // We must allocate the ByteArray first. Otherwise, allocating the ByteArray