Home | History | Annotate | Download | only in src

Lines Matching refs:two

544 // two-byte characters or one-byte characters.
568 // sure that the string is one of the two (an indirect string).
572 // If bit 7 is clear, then bit 3 indicates whether this two-byte
711 // the two forms of function. This organization enables using the same
1101 // Checks whether two valid primitive encodings of a property name resolve to
1688 // IEEE doubles are two 32 bit words. The first is just mantissa, the second
1689 // is a mixture of sign, exponent and mantissa. The offsets of two 32 bit
1732 static inline bool Equals(Handle<Simd128Value> one, Handle<Simd128Value> two);
2002 // Elements can be in two general modes: fast and slow. Each mode
2650 // Checks if two FixedArrays have identical contents.
2654 // Swap two elements in a pair of arrays. If this array and the
2973 // Are two DescriptorArrays equal?
4016 // Return the number of stack slots for code. This number consists of two
4215 // information about the function variable. It always occupies two array
4697 // the code object it is associated with. The tables comes in two flavors:
6622 // and whether or not the function is a toplevel function. The two
7876 // This cache is used in two different variants. For regexp caching, it simply
8139 // nested_site, but [[1, 2], 3, [4]] will have a list of two.
8371 // few bits of information is moderately expensive, involving two memory
8435 inline static bool Equals(Handle<Name> one, Handle<Name> two);
8481 // Only these bits are relevant in the hash, since the top two are shifted
8503 // Check that kMaxCachedArrayIndexLength + 1 is a power of two so we
8603 // Check that kMaxCachedArrayIndexLength + 1 is a power of two so we
8630 // one-byte chars or two-byte UC16.
8638 // Returns true if the structure contains two-byte content.
8647 // Return the two-byte content of the string. Only use if IsTwoByte()
8700 // two-byte. Such strings may appear when the embedder prefers
8701 // two-byte external representations even for one-byte data.
8715 // Get and set individual two byte chars in the string.
8717 // Get individual two byte char in the string. Repeated calls
8767 inline static bool Equals(Handle<String> one, Handle<String> two);
8947 static bool SlowEquals(Handle<String> one, Handle<String> two);
9014 // Each character in the TwoByteString is a two-byte uint16_t.
9043 // Maximal memory usage for a single sequential two-byte string.
9246 // on gc. It provides two ways for the gc to update instances, either
10097 // Such an array can be in one of two modes:
10708 // Visits the resource of an one-byte or two-byte string.