Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-builtin-reducer.cc62 bool InputsMatchTwo(Type* t1, Type* t2) { in InputsMatchTwo() function in v8::internal::compiler::JSCallReduction
1080 if (r.InputsMatchTwo(Type::PlainPrimitive(), Type::PlainPrimitive())) { in ReduceMathAtan2()
1190 if (r.InputsMatchTwo(Type::PlainPrimitive(), Type::PlainPrimitive())) { in ReduceMathImul()
1289 if (r.InputsMatchTwo(Type::PlainPrimitive(), Type::PlainPrimitive())) { in ReduceMathPow()
1465 r.InputsMatchTwo(type_cache_.kSafeInteger, in ReduceNumberParseInt()
1467 r.InputsMatchTwo(type_cache_.kSafeInteger, type_cache_.kTenOrUndefined)) { in ReduceNumberParseInt()