Lines Matching refs:graph_zone
353 op_typer_(broker, graph_zone()), in RepresentationSelector()
431 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
449 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
466 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
471 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
476 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
515 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone()); in UpdateFeedbackType()
554 Type current_integer = Type::Intersect(current_type, integer, graph_zone()); in Weaken()
557 Type::Intersect(previous_type, integer, graph_zone()); in Weaken()
576 graph_zone()); in Weaken()
1655 graph_zone())) { in VisitSpeculativeIntegerAdditiveOp()
4200 Zone* graph_zone() { return jsgraph_->zone(); } in graph_zone() function in v8::internal::compiler::RepresentationSelector