Searched refs:has_graph_labeller (Results 1 – 6 of 6) sorted by relevance
36 bool MaglevCompilationUnit::has_graph_labeller() const { in has_graph_labeller() function in v8::internal::maglev::MaglevCompilationUnit37 return info_->has_graph_labeller(); in has_graph_labeller()41 DCHECK(has_graph_labeller()); in graph_labeller()46 if (has_graph_labeller()) { in RegisterNodeInGraphLabeller()
56 bool has_graph_labeller() const { return !!graph_labeller_; } in has_graph_labeller() function59 DCHECK(has_graph_labeller()); in graph_labeller()
106 if (has_graph_labeller()) { in ProcessMergePoint()201 if (has_graph_labeller()) graph_labeller()->RegisterNode(node); in BYTECODE_LIST()398 if (has_graph_labeller()) { in CreateBlock()523 bool has_graph_labeller() const { in has_graph_labeller() function524 return compilation_unit_->has_graph_labeller(); in has_graph_labeller()
39 bool has_graph_labeller() const;
34 if (compilation_unit->has_graph_labeller()) { in PreProcessGraph()
568 if (compilation_unit_->has_graph_labeller()) { in AddMoveBeforeCurrentNode()