Searched refs:AllocateSeqTwoByteString (Results 1 – 7 of 7) sorted by relevance
169 macro AllocateSeqTwoByteString<Iterator: type>(181 macro AllocateSeqTwoByteString(length: uint32): SeqTwoByteString|EmptyString {182 return AllocateSeqTwoByteString(length, UninitializedIterator{});
300 TNode<String> value = AllocateSeqTwoByteString(2); in StringFromSingleUTF16EncodedCodePoint()420 result = AllocateSeqTwoByteString(new_length); in StringAdd()836 TNode<String> two_byte_result = AllocateSeqTwoByteString(unsigned_argc); in TF_BUILTIN()1618 TNode<String> result = AllocateSeqTwoByteString( in AllocAndCopyStringCharacters()
264 AllocateSeqTwoByteString(length);
218 F(AllocateSeqTwoByteString, 1, 1) \
351 V(AllocateSeqTwoByteString) \ in IsSideEffectFreeIntrinsic()
1901 TNode<String> AllocateSeqTwoByteString(1903 using TorqueGeneratedExportedMacrosAssembler::AllocateSeqTwoByteString;
3565 TNode<String> CodeStubAssembler::AllocateSeqTwoByteString( in AllocateSeqTwoByteString() function in v8::internal::CodeStubAssembler7113 TNode<String> result = AllocateSeqTwoByteString(1); in StringFromSingleCharCode()