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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp73 static const char *FROM_PROPERTY; member in class:IdealGraphPrinter
H A DidealGraphPrinter.cpp55 const char *IdealGraphPrinter::FROM_PROPERTY = "from"; member in class:IdealGraphPrinter
389 print_attr(FROM_PROPERTY, source_id);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DParser.java72 public static final String FROM_PROPERTY = "from"; field in class:Parser
314 from = lookupID(readRequiredAttribute(FROM_PROPERTY));

Completed in 32 milliseconds