Lines Matching refs:result

634     TNode<Smi> result = BitcastWordToTaggedSigned(
636 // Smi shift have different result to int32 shift when the inputs are not
639 this, TaggedEqual(result, BitwiseOp(SmiToInt32(a), Int32Constant(shift),
641 return result;
645 TNode<Smi> result;
647 result = BitcastWordToTaggedSigned(
654 result = BitcastWordToTaggedSigned(WordAnd(
660 // Smi shift have different result to int32 shift when the inputs are not
663 this, TaggedEqual(result, BitwiseOp(SmiToInt32(a), Int32Constant(shift),
665 return result;
722 // Computes a % b for Smi inputs a and b; result is not necessarily a Smi.
724 // Computes a * b for Smi inputs a and b; result is not necessarily a Smi.
2043 TNode<FixedArray> result = UncheckedCast<FixedArray>(
2046 FillFixedArrayWithSmiZero(result, capacity);
2047 return result;
2052 TNode<FixedDoubleArray> result = UncheckedCast<FixedDoubleArray>(
2055 FillFixedDoubleArrayWithZero(result, capacity);
2056 return result;
2061 TNode<FixedArray> result = UncheckedCast<FixedArray>(
2063 FillFixedArrayWithValue(PACKED_ELEMENTS, result, IntPtrConstant(0),
2065 return result;
2070 TNode<FixedDoubleArray> result = UncheckedCast<FixedDoubleArray>(
2072 FillFixedArrayWithValue(PACKED_DOUBLE_ELEMENTS, result, IntPtrConstant(0),
2074 return result;
2232 // arrays. The result array will be of the same type as the original array.
2242 // * |capacity| determines the size of the allocated result array, with
2275 // * |capacity| determines the size of the allocated result array, with
2290 // compatible with the result array. For example, if the input was of
2291 // HOLEY_SMI_ELEMENTS kind, and a conversion took place, the result will be
2309 // * |capacity| determines the size of the allocated result array, with
2814 // field |BitField| in |word32|. Returns result as an uint32 node.
2821 // field |BitField| in |word|. Returns result as a word-size node.
2828 // field |BitField| in |word32|. Returns result as a word-size node.
2835 // field |BitField| in |word|. Returns result as an uint32 node.
3185 // kCallJSGetterDontUseCachedName is used when we want to get the result of
3190 // kCallJSGetterUseCachedName is used when we want to get the result of
4259 // Oddball) and stores the result in {var_result}. Otherwise, it bails out to
4366 // string. The result can be either a sequential or external string.