Searched refs:two_byte_result (Results 1 – 2 of 2) sorted by relevance
836 TNode<String> two_byte_result = AllocateSeqTwoByteString(unsigned_argc); in TF_BUILTIN() local841 CopyStringCharacters(one_byte_result, two_byte_result, zero, zero, in TF_BUILTIN()849 StoreNoWriteBarrier(MachineRepresentation::kWord16, two_byte_result, in TF_BUILTIN()866 StoreNoWriteBarrier(MachineRepresentation::kWord16, two_byte_result, in TF_BUILTIN()872 arguments.PopAndReturn(two_byte_result); in TF_BUILTIN()
4021 Node* two_byte_result = __ LoadElement( in LoadFromSeqString() local4023 __ Goto(&done, two_byte_result); in LoadFromSeqString()