Searched refs:AllocateSeqOneByteString (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dcode-stub-assembler.h503 Node* AllocateSeqOneByteString(int length, AllocationFlags flags = kNone);
504 Node* AllocateSeqOneByteString(Node* context, Node* length,
H A Dcode-stub-assembler.cc1524 Node* CodeStubAssembler::AllocateSeqOneByteString(int length, function in class:CodeStubAssembler
1526 Comment("AllocateSeqOneByteString");
1542 Node* CodeStubAssembler::AllocateSeqOneByteString(Node* context, Node* length, function in class:CodeStubAssembler
1545 Comment("AllocateSeqOneByteString");
3197 Node* result = AllocateSeqOneByteString(1);
3257 a->AllocateSeqOneByteString(context, a->SmiToWord(character_count));
3668 AllocateSeqOneByteString(context, new_length, SMI_PARAMETERS);
/external/v8/src/runtime/
H A Druntime.h289 F(AllocateSeqOneByteString, 1, 1) \
/external/v8/src/builtins/
H A Dbuiltins-regexp.cc612 Node* const result = AllocateSeqOneByteString(context, var_length.value());
H A Dbuiltins-string.cc528 Node* one_byte_result = AllocateSeqOneByteString(context, argc);

Completed in 130 milliseconds