HomeSort by relevance Sort by last modified time
    Searched refs:BothInputsAre (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
js-typed-lowering.cc 94 if (BothInputsAre(Type::String()) ||
339 bool BothInputsAre(Type t) { return LeftInputIs(t) && RightInputIs(t); }
430 r.BothInputsAre(Type::PlainPrimitive()) &&
502 if (r.BothInputsAre(Type::Number())) {
506 if (r.BothInputsAre(Type::PlainPrimitive()) &&
534 if (r.BothInputsAre(Type::String())) {
565 if (r.BothInputsAre(Type::String())) {
615 if (r.BothInputsAre(Type::PlainPrimitive())) {
627 r.BothInputsAre(Type::NumberOrUndefinedOrNullOrBoolean())) {
640 if (r.BothInputsAre(Type::PlainPrimitive()))
    [all...]
simplified-lowering.cc 729 return BothInputsAre(node, Type::Signed32());
733 return BothInputsAre(node, Type::Unsigned32());
736 bool BothInputsAre(Node* node, Type type) {
887 if (BothInputsAre(node, Type::NumberOrOddball())) {
    [all...]

Completed in 1004 milliseconds