Interface | Description |
---|---|
GraphPrinter |
Class | Description |
---|---|
BasicIdealGraphPrinter |
Elementary, generic generator of Ideal Graph Visualizer input for use in printers for specific
data structures.
|
BasicIdealGraphPrinter.Edge |
Edge between two nodes.
|
BinaryGraphPrinter | |
BinaryGraphPrinter.ConstantPool | |
CFGPrinter |
Utility for printing Graal IR at various compilation phases.
|
CFGPrinterObserver |
Observes compilation events and uses
CFGPrinter to produce a control flow graph for the
C1 Visualizer. |
CompilationPrinter |
Utility for printing compilation related data structures at various compilation phases.
|
GraalDebugConfigCustomizer | |
GraalDebugConfigCustomizer.NodeDumper | |
GraphPrinterDumpHandler |
Observes compilation events and uses
IdealGraphPrinter to generate a graph representation
that can be inspected with the Ideal Graph
Visualizer. |
IdealGraphPrinter |
Generates a representation of
Graphs that can be visualized and inspected with the
Ideal Graph Visualizer. |
NoDeadCodeVerifyHandler |
Verifies that graphs have no dead code.
|
NoDeadCodeVerifyHandler.Options |