Searched refs:AllocateSeqTwoByteString (Results 1 – 4 of 4) sorted by relevance
220 compiler::Node* AllocateSeqTwoByteString(int length);221 compiler::Node* AllocateSeqTwoByteString(compiler::Node* context,
760 Node* CodeStubAssembler::AllocateSeqTwoByteString(int length) { in AllocateSeqTwoByteString() function in v8::internal::CodeStubAssembler771 Node* CodeStubAssembler::AllocateSeqTwoByteString(Node* context, Node* length) { in AllocateSeqTwoByteString() function in v8::internal::CodeStubAssembler1459 Node* result = AllocateSeqTwoByteString(1); in StringFromCharCode()
4725 Node* cresult = assembler->AllocateSeqTwoByteString(context, length); in Generate_StringFromCharCode()
304 F(AllocateSeqTwoByteString, 1, 1) \