Lines Matching defs:constant
329 intptr_t constant;
330 if (TryToIntPtrConstant(value, &constant)) {
331 return BoolConstant(base::bits::IsPowerOfTwo(constant));
2166 // but requires a big constant for ~mask.
2185 // uses a small constant for mask.
2314 // IntPtrAdd does constant-folding automatically.
3762 Comment("Fill the buckets with kNotFound (constant capacity).");
3769 Comment("Fill the data table with undefined (constant capacity).");
6627 // after Array.p.shift, it is replaced by the empty array constant. If it is
6633 // TODO(jgruber): It might we worth creating an empty_double_array constant to
15282 intptr_t constant;
15283 if (csa.TryToIntPtrConstant(index, &constant)) {
15284 intptr_t index_offset = constant * size;
15495 // TODO(v8:11330) Consider adding dedicated handling for constant capacties,