Searched refs:AllocateSeqTwoByteString (Results 1 – 5 of 5) sorted by relevance
241 F(AllocateSeqTwoByteString, 1, 1) \
320 V(AllocateSeqTwoByteString) \ in IntrinsicHasNoSideEffect()
1279 TNode<String> AllocateSeqTwoByteString(int length,1281 TNode<String> AllocateSeqTwoByteString(Node* context, TNode<Smi> length,
3147 TNode<String> CodeStubAssembler::AllocateSeqTwoByteString( in AllocateSeqTwoByteString() function in v8::internal::CodeStubAssembler3165 TNode<String> CodeStubAssembler::AllocateSeqTwoByteString( in AllocateSeqTwoByteString() function in v8::internal::CodeStubAssembler6038 Node* result = AllocateSeqTwoByteString(1); in StringFromSingleCharCode()6081 AllocateSeqTwoByteString(NoContextConstant(), character_count); in AllocAndCopyStringCharacters()6530 result = AllocateSeqTwoByteString(context, new_length); in StringAdd()6604 Node* value = AllocateSeqTwoByteString(2); in StringFromSingleCodePoint()
701 Node* two_byte_result = AllocateSeqTwoByteString(context, smi_argc); in TF_BUILTIN()