Home
last modified time | relevance | path

Searched refs:with_names (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/torque/
Ddeclarable.cc49 void PrintLabel(std::ostream& os, const Label& l, bool with_names) { in PrintLabel() argument
53 if (with_names) { in PrintLabel()
Dtypes.cc195 void PrintSignature(std::ostream& os, const Signature& sig, bool with_names) { in PrintSignature() argument
199 if (with_names && !sig.parameter_names.empty()) { in PrintSignature()
216 if (with_names) os << sig.labels[i].name; in PrintSignature()
Ddeclarable.h363 void PrintLabel(std::ostream& os, const Label& l, bool with_names);
Dtypes.h416 void PrintSignature(std::ostream& os, const Signature& sig, bool with_names);