public class SubstrateCallingConvention
extends jdk.vm.ci.code.CallingConvention
| Constructor and Description |
|---|
SubstrateCallingConvention(jdk.vm.ci.code.CallingConvention.Type type,
jdk.vm.ci.meta.JavaKind[] kinds,
int stackSize,
jdk.vm.ci.meta.AllocatableValue returnLocation,
jdk.vm.ci.meta.AllocatableValue... argumentLocations) |
| Modifier and Type | Method and Description |
|---|---|
jdk.vm.ci.meta.JavaKind[] |
getArgumentStorageKinds() |
jdk.vm.ci.code.CallingConvention.Type |
getType() |