Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc836 TNode<String> two_byte_result = AllocateSeqTwoByteString(unsigned_argc); in TF_BUILTIN() local
841 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()
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc4021 Node* two_byte_result = __ LoadElement( in LoadFromSeqString() local
4023 __ Goto(&done, two_byte_result); in LoadFromSeqString()