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

/external/v8/src/
H A Dcode-stub-assembler.h508 Node* AllocateSeqTwoByteString(int length, AllocationFlags flags = kNone);
509 Node* AllocateSeqTwoByteString(Node* context, Node* length,
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);
/external/v8/src/runtime/
H A Druntime.h290 F(AllocateSeqTwoByteString, 1, 1) \
/external/v8/src/builtins/
H A Dbuiltins-string.cc562 Node* two_byte_result = AllocateSeqTwoByteString(context, argc);

Completed in 318 milliseconds