Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string.cc563 Node* two_byte_result = AllocateSeqTwoByteString(context, argc); in TF_BUILTIN() local
568 CopyStringCharacters(one_byte_result, two_byte_result, zero, zero, in TF_BUILTIN()
578 StoreNoWriteBarrier(MachineRepresentation::kWord16, two_byte_result, in TF_BUILTIN()
587 [this, context, two_byte_result, &max_index](Node* arg) { in TF_BUILTIN()
596 StoreNoWriteBarrier(MachineRepresentation::kWord16, two_byte_result, in TF_BUILTIN()
602 arguments.PopAndReturn(two_byte_result); in TF_BUILTIN()