public class EscapeAnalysis
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EscapeAnalysis.EscapeState
Lattice values used to indicate escape state for an object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
process(SsaMethod ssaMethod)
Performs escape analysis on a method.
|
public static void process(SsaMethod ssaMethod)
ssaMethod - non-null; method to processCopyright © 2020. All Rights Reserved.