Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-compilation-unit.cc36 bool MaglevCompilationUnit::has_graph_labeller() const { in has_graph_labeller() function in v8::internal::maglev::MaglevCompilationUnit
37 return info_->has_graph_labeller(); in has_graph_labeller()
41 DCHECK(has_graph_labeller()); in graph_labeller()
46 if (has_graph_labeller()) { in RegisterNodeInGraphLabeller()
Dmaglev-compilation-info.h56 bool has_graph_labeller() const { return !!graph_labeller_; } in has_graph_labeller() function
59 DCHECK(has_graph_labeller()); in graph_labeller()
Dmaglev-graph-builder.h106 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() function
524 return compilation_unit_->has_graph_labeller(); in has_graph_labeller()
Dmaglev-compilation-unit.h39 bool has_graph_labeller() const;
Dmaglev-graph-verifier.h34 if (compilation_unit->has_graph_labeller()) { in PreProcessGraph()
Dmaglev-regalloc.cc568 if (compilation_unit_->has_graph_labeller()) { in AddMoveBeforeCurrentNode()