public final class SubstrateCallingConventionType extends Object implements jdk.vm.ci.code.CallingConvention.Type
SubstrateCallingConventionKind with additional flags, to avoid duplications
of the enum values. Use SubstrateCallingConventionKind.toType(boolean) to get an instance.| Modifier and Type | Field and Description |
|---|---|
SubstrateCallingConventionKind |
kind |
boolean |
outgoing
Determines if this is a request for the outgoing argument locations at a call site.
|
public final SubstrateCallingConventionKind kind
public final boolean outgoing