• Home
  • Raw
  • Download

Lines Matching refs:InputsMatchOne

56   bool InputsMatchOne(Type* t1) {  in InputsMatchOne()  function in v8::internal::compiler::JSCallReduction
968 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceGlobalIsFinite()
982 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceGlobalIsNaN()
996 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathAbs()
1008 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathAcos()
1020 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathAcosh()
1032 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathAsin()
1044 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathAsinh()
1056 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathAtan()
1068 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathAtanh()
1095 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathCeil()
1107 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathClz32()
1119 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathCos()
1131 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathCosh()
1143 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathExp()
1155 if (r.InputsMatchOne(Type::Number())) { in ReduceMathExpm1()
1166 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathFloor()
1178 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathFround()
1205 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathLog()
1217 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathLog1p()
1229 if (r.InputsMatchOne(Type::Number())) { in ReduceMathLog10()
1240 if (r.InputsMatchOne(Type::Number())) { in ReduceMathLog2()
1303 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathRound()
1315 if (r.InputsMatchOne(Type::Number())) { in ReduceMathCbrt()
1326 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathSign()
1338 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathSin()
1350 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathSinh()
1362 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathSqrt()
1374 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathTan()
1386 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathTanh()
1398 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceMathTrunc()
1410 if (r.InputsMatchOne(Type::Number())) { in ReduceNumberIsFinite()
1424 if (r.InputsMatchOne(Type::Number())) { in ReduceNumberIsInteger()
1440 if (r.InputsMatchOne(Type::Number())) { in ReduceNumberIsNaN()
1453 if (r.InputsMatchOne(type_cache_.kSafeInteger)) { in ReduceNumberIsSafeInteger()
1464 if (r.InputsMatchOne(type_cache_.kSafeInteger) || in ReduceNumberParseInt()
1591 if (r.InputsMatchOne(Type::PlainPrimitive())) { in ReduceStringFromCharCode()