Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-builtin-reducer.cc56 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()
[all …]