Package | Description |
---|---|
org.jikesrvm.compilers.opt.inlining |
Modifier and Type | Field and Description |
---|---|
private InlineDecision.Code |
InlineDecision.code
Holds characterization of this decision.
|
Modifier and Type | Method and Description |
---|---|
static InlineDecision.Code |
InlineDecision.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InlineDecision.Code[] |
InlineDecision.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
InlineDecision(RVMMethod[] targets,
byte[] guards,
InlineDecision.Code code,
String reason) |