public final class VirtualUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
assertNonReachable(StructuredGraph graph,
List<Node> obsoleteNodes) |
static boolean |
matches(StructuredGraph graph,
String filter) |
static void |
trace(OptionValues options,
DebugContext debug,
String msg) |
static void |
trace(OptionValues options,
DebugContext debug,
String format,
Object obj) |
static void |
trace(OptionValues options,
DebugContext debug,
String format,
Object obj,
Object obj2) |
static void |
trace(OptionValues options,
DebugContext debug,
String format,
Object obj,
Object obj2,
Object obj3) |
static void |
trace(OptionValues options,
DebugContext debug,
String format,
Object obj,
Object obj2,
Object obj3,
Object obj4) |
public static boolean assertNonReachable(StructuredGraph graph, List<Node> obsoleteNodes)
public static void trace(OptionValues options, DebugContext debug, String msg)
public static void trace(OptionValues options, DebugContext debug, String format, Object obj)
public static void trace(OptionValues options, DebugContext debug, String format, Object obj, Object obj2)
public static void trace(OptionValues options, DebugContext debug, String format, Object obj, Object obj2, Object obj3)
public static void trace(OptionValues options, DebugContext debug, String format, Object obj, Object obj2, Object obj3, Object obj4)
public static boolean matches(StructuredGraph graph, String filter)