Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.cc246 Type* restriction_type() const { return restriction_type_; } in restriction_type() function in v8::internal::compiler::RepresentationSelector::NodeInfo
417 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
633 Type* restriction_type = Type::Any()) { in SetOutput() argument
637 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() argument
791 SetOutput(node, output, restriction_type); in VisitBinop()
[all …]