Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string-gen.cc642 TNode<Smi> smi_argc = SmiTag(arguments.GetLength(INTPTR_PARAMETERS)); in TF_BUILTIN() local
667 Node* one_byte_result = AllocateSeqOneByteString(context, smi_argc); in TF_BUILTIN()
701 Node* two_byte_result = AllocateSeqTwoByteString(context, smi_argc); in TF_BUILTIN()