Lines Matching refs:graph_zone
309 op_typer_(jsgraph->isolate(), js_heap_broker, graph_zone()) { in RepresentationSelector()
449 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
467 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
484 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
490 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
529 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone()); in UpdateFeedbackType()
568 Type current_integer = Type::Intersect(current_type, integer, graph_zone()); in Weaken()
571 Type::Intersect(previous_type, integer, graph_zone()); in Weaken()
590 graph_zone()); in Weaken()
1346 right_feedback_type, graph_zone())) { in VisitSpeculativeIntegerAdditiveOp()
3275 Zone* graph_zone() { return jsgraph_->zone(); } in graph_zone() function in v8::internal::compiler::RepresentationSelector