Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.cc805 TNode<String> one_byte_result = AllocateSeqOneByteString(unsigned_argc); in TF_BUILTIN() local
821 // The {code16} fits into the SeqOneByteString {one_byte_result}. in TF_BUILTIN()
825 StoreNoWriteBarrier(MachineRepresentation::kWord8, one_byte_result, in TF_BUILTIN()
829 arguments.PopAndReturn(one_byte_result); in TF_BUILTIN()
841 CopyStringCharacters(one_byte_result, two_byte_result, zero, zero, in TF_BUILTIN()

Completed in 3 milliseconds