Searched refs:INLINE_ELEMENT (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp79 static const char *INLINE_ELEMENT; member in class:IdealGraphPrinter
H A DidealGraphPrinter.cpp61 const char *IdealGraphPrinter::INLINE_ELEMENT = "inline"; member in class:IdealGraphPrinter
273 head(INLINE_ELEMENT);
280 tail(INLINE_ELEMENT);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DParser.java78 public static final String INLINE_ELEMENT = "inline"; field in class:Parser
178 private HandoverElementHandler<InputMethod> inlinedHandler = new XMLParser.HandoverElementHandler<InputMethod>(INLINE_ELEMENT);
H A DPrinter.java186 w.startTag(Parser.INLINE_ELEMENT);

Completed in 45 milliseconds