Home
last modified time | relevance | path

Searched refs:PrintPropsTo (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Doperator.cc49 void Operator::PrintPropsTo(std::ostream& os) const { in PrintPropsTo() function in v8::internal::compiler::Operator
Doperator.h133 void PrintPropsTo(std::ostream& os) const; in NON_EXPORTED_BASE()
Dgraph-visualizer.cc140 node->op()->PrintPropsTo(properties); in PrintNode()