Home
last modified time | relevance | path

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

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