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

/external/v8/src/
H A Dcode-stub-assembler.h220 compiler::Node* AllocateSeqTwoByteString(int length);
221 compiler::Node* AllocateSeqTwoByteString(compiler::Node* context,
H A Dcode-stub-assembler.cc760 Node* CodeStubAssembler::AllocateSeqTwoByteString(int length) { function in class:v8::internal::CodeStubAssembler
771 Node* CodeStubAssembler::AllocateSeqTwoByteString(Node* context, Node* length) { function in class:v8::internal::CodeStubAssembler
1459 Node* result = AllocateSeqTwoByteString(1);
H A Dbuiltins.cc4725 Node* cresult = assembler->AllocateSeqTwoByteString(context, length);
/external/v8/src/runtime/
H A Druntime.h304 F(AllocateSeqTwoByteString, 1, 1) \

Completed in 242 milliseconds