Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.tq169 macro AllocateSeqTwoByteString<Iterator: type>(
181 macro AllocateSeqTwoByteString(length: uint32): SeqTwoByteString|EmptyString {
182 return AllocateSeqTwoByteString(length, UninitializedIterator{});
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc300 TNode<String> value = AllocateSeqTwoByteString(2); in StringFromSingleUTF16EncodedCodePoint()
420 result = AllocateSeqTwoByteString(new_length); in StringAdd()
836 TNode<String> two_byte_result = AllocateSeqTwoByteString(unsigned_argc); in TF_BUILTIN()
1618 TNode<String> result = AllocateSeqTwoByteString( in AllocAndCopyStringCharacters()
Darray-join.tq264 AllocateSeqTwoByteString(length);
/third_party/node/deps/v8/src/runtime/
Druntime.h218 F(AllocateSeqTwoByteString, 1, 1) \
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc351 V(AllocateSeqTwoByteString) \ in IsSideEffectFreeIntrinsic()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1901 TNode<String> AllocateSeqTwoByteString(
1903 using TorqueGeneratedExportedMacrosAssembler::AllocateSeqTwoByteString;
Dcode-stub-assembler.cc3565 TNode<String> CodeStubAssembler::AllocateSeqTwoByteString( in AllocateSeqTwoByteString() function in v8::internal::CodeStubAssembler
7113 TNode<String> result = AllocateSeqTwoByteString(1); in StringFromSingleCharCode()