Searched defs:NODE_ID_PROPERTY (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp72 static const char *NODE_ID_PROPERTY; member in class:IdealGraphPrinter
H A DidealGraphPrinter.cpp54 const char *IdealGraphPrinter::NODE_ID_PROPERTY = "id"; member in class:IdealGraphPrinter
400 print_attr(NODE_ID_PROPERTY, get_node_id(n));
718 print_attr(NODE_ID_PROPERTY, get_node_id(b->_nodes[s]));
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DParser.java71 public static final String NODE_ID_PROPERTY = "id"; field in class:Parser
236 String s = readRequiredAttribute(NODE_ID_PROPERTY);
265 String s = readRequiredAttribute(NODE_ID_PROPERTY);
282 String s = readRequiredAttribute(NODE_ID_PROPERTY);

Completed in 36 milliseconds