Searched refs:restriction_type (Results 1 – 1 of 1) sorted by relevance
246 Type* restriction_type() const { return restriction_type_; } in restriction_type() function in v8::internal::compiler::RepresentationSelector::NodeInfo417 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()633 Type* restriction_type = Type::Any()) { in SetOutput() argument637 info->set_restriction_type(restriction_type); in SetOutput()640 DCHECK(info->restriction_type()->Is(restriction_type)); in SetOutput()641 DCHECK(restriction_type->Is(info->restriction_type())); in SetOutput()646 DCHECK(info->restriction_type()->Is(restriction_type)); in SetOutput()647 DCHECK(restriction_type->Is(info->restriction_type())); in SetOutput()784 Type* restriction_type = Type::Any()) { in VisitBinop() argument791 SetOutput(node, output, restriction_type); in VisitBinop()[all …]