Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string-gen.cc667 Node* one_byte_result = AllocateSeqOneByteString(context, smi_argc); in TF_BUILTIN() local
677 one_byte_result](Node* arg) { in TF_BUILTIN()
690 StoreNoWriteBarrier(MachineRepresentation::kWord8, one_byte_result, in TF_BUILTIN()
694 arguments.PopAndReturn(one_byte_result); in TF_BUILTIN()
706 CopyStringCharacters(one_byte_result, two_byte_result, zero, zero, in TF_BUILTIN()