Lines Matching refs:used
153 // count are used as flags. To increment the call count by 1 we hence
3182 // Export the Smi version which is used outside of code-stub-assembler.
3929 // field contain the "used" value.
4214 // function is also used to copy boilerplates even when the no-elements
4351 // There is no need to export the Smi version since it is only used inside
4556 // not be used, because that disables the iteration which detects holes.
4595 // PACKED_ELEMENTS is used to signify that the source is a FixedArray.
5062 // This second variable is used only when the element sizes of source and
5140 // signaling NaN used for the hole in C++, e.g. with bit_cast, will
5141 // change its value on ia32 (the x87 stack is used to return values
8727 // This should only be used for adding, not updating existing mappings.
8778 // But that's OK here because it's only used for a comparison.
10471 // an array of feedback cells used by create closures.
10543 // This method is used for binary op and compare feedback. These
10702 // specialize, we have to specialize all used combinations.
10714 // Only used on 32-bit platforms.
15409 TNode<Uint32T> used = Uint32Add(nof, nod);
15410 GotoIf(Uint32GreaterThanOrEqual(used, max_usable_capacity), bailout);
15414 used_var = used;