Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperator.h61 enum class PrintVerbosity { kVerbose, kSilent }; in NON_EXPORTED_BASE() enum
124 PrintVerbosity verbose = PrintVerbosity::kVerbose) const { in NON_EXPORTED_BASE()
133 virtual void PrintToImpl(std::ostream& os, PrintVerbosity verbose) const; in NON_EXPORTED_BASE()
196 virtual void PrintParameter(std::ostream& os, PrintVerbosity verbose) const { in PrintParameter()
200 virtual void PrintToImpl(std::ostream& os, PrintVerbosity verbose) const { in PrintToImpl()
Doperator.cc45 void Operator::PrintToImpl(std::ostream& os, PrintVerbosity verbose) const { in PrintToImpl()
Dcommon-operator.cc1434 void PrintParameter(std::ostream& os, PrintVerbosity verbose) const { in Call()
1458 void PrintParameter(std::ostream& os, PrintVerbosity verbose) const { in CallWithCallerSavedRegisters()
1477 void PrintParameter(std::ostream& os, PrintVerbosity verbose) const { in TailCall()
Dgraph-visualizer.cc283 node->op()->PrintTo(label, Operator::PrintVerbosity::kSilent); in PrintNode()
284 node->op()->PrintTo(title, Operator::PrintVerbosity::kVerbose); in PrintNode()
Dsimplified-operator.h94 PrintVerbosity verbose) const;
Dsimplified-operator.cc91 PrintVerbosity verbose) const { in PrintParameter()
92 if (verbose == PrintVerbosity::kVerbose) { in PrintParameter()