• Home
  • Raw
  • Download

Lines Matching refs:arg_count

65                                         Node* first_arg_reg, Node* arg_count) {  in InvokeIntrinsic()  argument
88 AbortIfArgCountMismatch(expected_arg_count, arg_count); \ in InvokeIntrinsic()
90 result.Bind(name(first_arg_reg, arg_count, context)); \ in InvokeIntrinsic()
149 Node* IntrinsicsHelper::IsJSReceiver(Node* input, Node* arg_count, in IsJSReceiver() argument
180 Node* IntrinsicsHelper::IsArray(Node* input, Node* arg_count, Node* context) { in IsArray() argument
184 Node* IntrinsicsHelper::IsJSProxy(Node* input, Node* arg_count, Node* context) { in IsJSProxy() argument
188 Node* IntrinsicsHelper::IsRegExp(Node* input, Node* arg_count, Node* context) { in IsRegExp() argument
192 Node* IntrinsicsHelper::IsTypedArray(Node* input, Node* arg_count, in IsTypedArray() argument
197 Node* IntrinsicsHelper::IsSmi(Node* input, Node* arg_count, Node* context) { in IsSmi() argument
235 Node* IntrinsicsHelper::HasProperty(Node* input, Node* arg_count, in HasProperty() argument
241 Node* IntrinsicsHelper::MathPow(Node* input, Node* arg_count, Node* context) { in MathPow() argument
245 Node* IntrinsicsHelper::NewObject(Node* input, Node* arg_count, Node* context) { in NewObject() argument
250 Node* IntrinsicsHelper::NumberToString(Node* input, Node* arg_count, in NumberToString() argument
256 Node* IntrinsicsHelper::RegExpConstructResult(Node* input, Node* arg_count, in RegExpConstructResult() argument
262 Node* IntrinsicsHelper::RegExpExec(Node* input, Node* arg_count, in RegExpExec() argument
268 Node* IntrinsicsHelper::SubString(Node* input, Node* arg_count, Node* context) { in SubString() argument
272 Node* IntrinsicsHelper::ToString(Node* input, Node* arg_count, Node* context) { in ToString() argument
276 Node* IntrinsicsHelper::ToName(Node* input, Node* arg_count, Node* context) { in ToName() argument
280 Node* IntrinsicsHelper::ToLength(Node* input, Node* arg_count, Node* context) { in ToLength() argument
284 Node* IntrinsicsHelper::ToInteger(Node* input, Node* arg_count, Node* context) { in ToInteger() argument
288 Node* IntrinsicsHelper::ToNumber(Node* input, Node* arg_count, Node* context) { in ToNumber() argument
292 Node* IntrinsicsHelper::ToObject(Node* input, Node* arg_count, Node* context) { in ToObject() argument
296 Node* IntrinsicsHelper::Call(Node* args_reg, Node* arg_count, Node* context) { in Call() argument
306 Node* target_args_count = __ Int32Sub(arg_count, function_and_receiver_count); in Call()
322 Node* IntrinsicsHelper::ValueOf(Node* args_reg, Node* arg_count, in ValueOf() argument