Lines Matching defs:string
33 TNode<Int32T> LoadSurrogatePairAt(TNode<String> string, TNode<IntPtrT> length,
39 // Return a new string object which holds a substring containing the range
40 // [from,to[ of string.
43 TNode<String> SubString(TNode<String> string, TNode<IntPtrT> from,
45 TNode<String> SubString(TNode<String> string, TNode<UintPtrT> from,
47 return SubString(string, Signed(from), Signed(to));
93 TNode<RawPtrT> DirectStringData(TNode<String> string,
111 const TNode<String> string);
128 // Check if |string| is an indirect (thin or flat cons) string type that can
130 void BranchIfCanDerefIndirectString(TNode<String> string,
135 // Unpack an indirect (thin or flat cons) string type.
138 // Check if |var_string| has an indirect (thin or flat cons) string type, and
144 // string type, and unpack it/them if so. Fall through if nothing was done.
150 TNode<String> DerefIndirectString(TNode<String> string,