Searched refs:print_prop (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/hotspot/src/share/vm/opto/ |
| H A D | idealGraphPrinter.cpp | 237 void IdealGraphPrinter::print_prop(const char *name, int val) { function in class:IdealGraphPrinter 241 print_prop(name, stream.as_string()); 244 void IdealGraphPrinter::print_prop(const char *name, const char *val) { function in class:IdealGraphPrinter 324 print_prop(METHOD_NAME_PROPERTY, strStream.as_string()); 327 print_prop(METHOD_IS_PUBLIC_PROPERTY, TRUE_VALUE); 331 print_prop(METHOD_IS_STATIC_PROPERTY, TRUE_VALUE); 408 print_prop(NODE_NAME_PROPERTY, (const char *)node->Name()); 410 print_prop("type", (const char *)Type::msg[t->base()]); 411 print_prop("idx", node->_idx); 413 print_prop("debug_id [all...] |
| H A D | idealGraphPrinter.hpp | 115 void print_prop(const char *name, const char *val); 116 void print_prop(const char *name, int val);
|
Completed in 23 milliseconds