Lines Matching defs:length
95 TNode<Context> context, TNode<Smi> length, TNode<Smi> index,
99 length, SmiConstant(JSArray::kMaxFastArrayLength)));
100 CSA_DCHECK(this, SmiGreaterThan(length, SmiConstant(0)));
107 TNode<IntPtrT> length_intptr = SmiUntag(length);
120 elements_kind, map, length, no_gc_site, length_intptr,
132 elements_kind, map, length, no_gc_site, length_intptr,
451 // the maximal string length. If lastIndex > string.length then the matcher
1105 // Allocate a string of the required length and fill it with the
1426 // {index_plus_one} > {string}.length.
1432 // on all call-sites and can never exceed the length of the string.
1565 TNode<Smi> length = SmiConstant(1);
1569 AllocateJSArray(kind, array_map, capacity, length, allocation_site);
1651 GotoIf(WordEqual(array.length(), int_limit), &out);
1699 GotoIf(WordEqual(array.length(), int_limit), &out);
1733 TNode<Smi> length = SmiZero();
1737 AllocateJSArray(kind, array_map, capacity, length, allocation_site);