Searched refs:two_byte_result (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-string-gen.cc | 701 Node* two_byte_result = AllocateSeqTwoByteString(context, smi_argc); in TF_BUILTIN() local 706 CopyStringCharacters(one_byte_result, two_byte_result, zero, zero, in TF_BUILTIN() 715 StoreNoWriteBarrier(MachineRepresentation::kWord16, two_byte_result, in TF_BUILTIN() 724 [this, context, two_byte_result, &var_max_index](Node* arg) { in TF_BUILTIN() 733 StoreNoWriteBarrier(MachineRepresentation::kWord16, two_byte_result, in TF_BUILTIN() 739 arguments.PopAndReturn(two_byte_result); in TF_BUILTIN()
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 2987 Node* two_byte_result = __ LoadElement( in LoadFromSeqString() local 2989 __ Goto(&done, two_byte_result); in LoadFromSeqString()
|