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.cc529 Node* one_byte_result = AllocateSeqOneByteString(context, argc); in TF_BUILTIN() local
539 one_byte_result](Node* arg) { in TF_BUILTIN()
552 StoreNoWriteBarrier(MachineRepresentation::kWord8, one_byte_result, in TF_BUILTIN()
556 arguments.PopAndReturn(one_byte_result); in TF_BUILTIN()
568 CopyStringCharacters(one_byte_result, two_byte_result, zero, zero, in TF_BUILTIN()