Searched defs:AllocateSeqTwoByteString (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dcode-stub-assembler.cc1595 Node* CodeStubAssembler::AllocateSeqTwoByteString(int length, function in class:CodeStubAssembler
1597 Comment("AllocateSeqTwoByteString");
1613 Node* CodeStubAssembler::AllocateSeqTwoByteString(Node* context, Node* length, function in class:CodeStubAssembler
1616 Comment("AllocateSeqTwoByteString");
3217 Node* result = AllocateSeqTwoByteString(1);
3271 a->AllocateSeqTwoByteString(context, a->SmiToWord(character_count));
3683 AllocateSeqTwoByteString(context, new_length, SMI_PARAMETERS);
3759 Node* value = AllocateSeqTwoByteString(2);

Completed in 98 milliseconds