public class Main
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static boolean |
COMPACT_ARRAY_INIT |
|
static boolean |
DCE |
|
static boolean |
FOLD |
|
static boolean |
INFER |
|
static boolean |
NUMBER |
|
static boolean |
OPT_STACK_1 |
|
static boolean |
OPT_STACK_2 |
|
static boolean |
PERSIST |
|
static boolean |
PRE |
|
static boolean |
PROP |
|
static java.util.List |
SKIP |
|
static boolean |
STACK_ALLOC |
|
static boolean |
TRACE |
|
static boolean |
VERIFY |
| Constructor | Description |
|---|---|
Main() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
bloatMethod(MethodEditor m,
BloatContext context) |
Runs BLOAT on a method.
|
static void |
dumpcode(MethodEditor m) |
|
static void |
main(java.lang.String[] args) |
Parses the command line.
|
public static boolean TRACE
public static boolean PRE
public static boolean DCE
public static boolean PROP
public static boolean FOLD
public static boolean INFER
public static boolean NUMBER
public static boolean PERSIST
public static boolean STACK_ALLOC
public static boolean COMPACT_ARRAY_INIT
public static boolean VERIFY
public static boolean OPT_STACK_1
public static boolean OPT_STACK_2
public static java.util.List SKIP
public static void main(java.lang.String[] args)
public static void bloatMethod(MethodEditor m, BloatContext context)
public static void dumpcode(MethodEditor m)