Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Doperator.h62 enum class PrintVerbosity { kVerbose, kSilent }; in NON_EXPORTED_BASE() enum
127 PrintVerbosity verbose = PrintVerbosity::kVerbose) const { in NON_EXPORTED_BASE()
136 virtual void PrintToImpl(std::ostream& os, PrintVerbosity verbose) const; in NON_EXPORTED_BASE()
197 virtual void PrintParameter(std::ostream& os, PrintVerbosity verbose) const { in PrintParameter()
201 void PrintToImpl(std::ostream& os, PrintVerbosity verbose) const override { in PrintToImpl()
Doperator.cc45 void Operator::PrintToImpl(std::ostream& os, PrintVerbosity verbose) const { in PrintToImpl()
Dgraph-visualizer.cc313 node->op()->PrintTo(label, Operator::PrintVerbosity::kSilent); in PrintNode()
314 node->op()->PrintTo(title, Operator::PrintVerbosity::kVerbose); in PrintNode()
Dcommon-operator.cc1496 PrintVerbosity verbose) const override { in Call()
1516 PrintVerbosity verbose) const override { in TailCall()
Dsimplified-operator.cc103 PrintVerbosity verbose) const { in PrintParameter()
104 if (verbose == PrintVerbosity::kVerbose) { in PrintParameter()
Dsimplified-operator.h149 PrintVerbosity verbose) const;