Lines Matching defs:string
1448 TNode<Smi> LoadStringLengthAsSmi(TNode<String> string);
1450 TNode<IntPtrT> LoadStringLengthAsWord(TNode<String> string);
1452 TNode<Uint32T> LoadStringLengthAsWord32(TNode<String> string);
2753 TNode<Uint16T> StringCharCodeAt(TNode<String> string, TNode<UintPtrT> index);
2754 // Return the single character string with only {code}.
3015 TNode<ExternalOneByteString> string);
3017 TNode<ExternalTwoByteString> string);
3022 // Performs a hash computation and string table lookup for the given string,
3024 // - |if_index| if the string is an array index like "123"; |var_index|
3026 // - |if_internalized| if the string exists in the string table; the
3028 // - |if_not_internalized| if the string is not in the string table (but
3031 void TryInternalizeString(TNode<String> string, Label* if_index,
3323 // For integer indexed exotic cases, check if the given string cannot be a
3324 // special index. If we are not sure that the given string is not a special
4363 TNode<String> string, Flags flags = Flags());
4366 // string. The result can be either a sequential or external string.
4367 // Jumps to if_bailout if the string if the string is indirect and cannot
4371 // Returns a pointer to the beginning of the string data.
4372 // Jumps to if_bailout if the external string cannot be unpacked.
4378 // Jumps to if_bailout if the external string cannot be unpacked.
4383 TNode<String> string() { return var_string_.value(); }