Searched refs:OneInputCannotBe (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | js-typed-lowering.cc | 382 bool OneInputCannotBe(Type* t) { function in class:v8::internal::compiler::final 811 } else if (r.OneInputCannotBe(Type::StringOrReceiver()) && 997 if (r.OneInputCannotBe(Type::NumberOrString())) { |
H A D | simplified-lowering.cc | 709 bool OneInputCannotBe(Node* node, Type* type) { function in class:v8::internal::compiler::RepresentationSelector 1513 OneInputCannotBe(node, type_cache_.kZeroish))) { 1524 OneInputCannotBe(node, type_cache_.kZeroish))) { |
Completed in 164 milliseconds