Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.cc272 Type* restriction_type() const { return restriction_type_; } in restriction_type() function in v8::internal::compiler::RepresentationSelector::NodeInfo
443 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
659 Type* restriction_type = Type::Any()) { in SetOutput() argument
663 info->set_restriction_type(restriction_type); in SetOutput()
666 DCHECK(info->restriction_type()->Is(restriction_type)); in SetOutput()
667 DCHECK(restriction_type->Is(info->restriction_type())); in SetOutput()
672 DCHECK(info->restriction_type()->Is(restriction_type)); in SetOutput()
673 DCHECK(restriction_type->Is(info->restriction_type())); in SetOutput()
815 Type* restriction_type = Type::Any()) { in VisitBinop() argument
822 SetOutput(node, output, restriction_type); in VisitBinop()
[all …]