public static enum AArch64Assembler.BarrierKind extends Enum<AArch64Assembler.BarrierKind>
| Enum Constant and Description |
|---|
ANY_ANY |
LOAD_ANY |
STORE_STORE |
SYSTEM |
| Modifier and Type | Field and Description |
|---|---|
int |
encoding |
String |
optionName |
| Modifier and Type | Method and Description |
|---|---|
static AArch64Assembler.BarrierKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64Assembler.BarrierKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64Assembler.BarrierKind LOAD_ANY
public static final AArch64Assembler.BarrierKind STORE_STORE
public static final AArch64Assembler.BarrierKind ANY_ANY
public static final AArch64Assembler.BarrierKind SYSTEM
public final int encoding
public final String optionName
public static AArch64Assembler.BarrierKind[] values()
public static AArch64Assembler.BarrierKind 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