Home
last modified time | relevance | path

Searched defs:graph_labeller (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-printer.cc25 void PrintPaddedId(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintPaddedId()
43 void PrintPadding(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintPadding()
262 MaglevGraphLabeller* graph_labeller = compilation_unit->graph_labeller(); in PreProcessBasicBlock() local
309 MaglevGraphLabeller* graph_labeller = state.graph_labeller(); in PrintEagerDeopt() local
349 MaglevGraphLabeller* graph_labeller = state.graph_labeller(); in PrintLazyDeopt() local
394 MaglevGraphLabeller* graph_labeller = state.graph_labeller(); in Process() local
417 MaglevGraphLabeller* graph_labeller = state.graph_labeller(); in Process() local
433 MaglevGraphLabeller* graph_labeller = state.graph_labeller(); in Process() local
Dmaglev-graph-printer.h52 PrintNode(MaglevGraphLabeller* graph_labeller, const NodeBase* node) in PrintNode()
66 PrintNodeLabel(MaglevGraphLabeller* graph_labeller, const Node* node) in PrintNodeLabel()
Dmaglev-compilation-unit.cc40 MaglevGraphLabeller* MaglevCompilationUnit::graph_labeller() const { in graph_labeller() function in v8::internal::maglev::MaglevCompilationUnit
Dmaglev-regalloc.h100 MaglevGraphLabeller* graph_labeller() const { in graph_labeller() function
Dmaglev-compilation-info.cc90 MaglevGraphLabeller* graph_labeller) { in set_graph_labeller()
Dmaglev-compilation-info.h58 MaglevGraphLabeller* graph_labeller() const { in graph_labeller() function
Dmaglev-ir.cc288 void PrintInputs(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintInputs()
300 void PrintResult(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintResult()
303 void PrintResult(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintResult()
312 void PrintTargets(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintTargets()
315 void PrintTargets(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintTargets()
320 void PrintTargets(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintTargets()
327 void PrintImpl(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintImpl()
Dmaglev-code-gen-state.h72 MaglevGraphLabeller* graph_labeller() const { in graph_labeller() function
Dmaglev-graph-processor.h64 MaglevGraphLabeller* graph_labeller() const { in graph_labeller() function
Dmaglev-graph-builder.h526 MaglevGraphLabeller* graph_labeller() const { in graph_labeller() function
Dmaglev-code-generator.cc296 MaglevGraphLabeller* graph_labeller() const { in graph_labeller() function in v8::internal::maglev::__anone8b155aa0111::MaglevCodeGeneratingNodeProcessor