public static enum IntrinsicContext.CompilationContext extends Enum<IntrinsicContext.CompilationContext>
| Enum Constant and Description |
|---|
INLINE_AFTER_PARSING
An intrinsic is being processed when inlining an
Invoke in an existing graph. |
INLINE_DURING_PARSING
An intrinsic is being processed when parsing an invoke bytecode that calls the
intrinsified method.
|
| Modifier and Type | Method and Description |
|---|---|
static IntrinsicContext.CompilationContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntrinsicContext.CompilationContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntrinsicContext.CompilationContext INLINE_DURING_PARSING
public static final IntrinsicContext.CompilationContext INLINE_AFTER_PARSING
Invoke in an existing graph.public static IntrinsicContext.CompilationContext[] values()
public static IntrinsicContext.CompilationContext valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null