public class SubstrateStackIntrospection extends Object implements jdk.vm.ci.code.stack.StackIntrospection
| Modifier and Type | Field and Description |
|---|---|
static SubstrateStackIntrospection |
SINGLETON |
| Constructor and Description |
|---|
SubstrateStackIntrospection() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
iterateFrames(jdk.vm.ci.meta.ResolvedJavaMethod[] initialMethods,
jdk.vm.ci.meta.ResolvedJavaMethod[] matchingMethods,
int initialSkip,
jdk.vm.ci.code.stack.InspectedFrameVisitor<T> visitor) |
public static final SubstrateStackIntrospection SINGLETON
public <T> T iterateFrames(jdk.vm.ci.meta.ResolvedJavaMethod[] initialMethods,
jdk.vm.ci.meta.ResolvedJavaMethod[] matchingMethods,
int initialSkip,
jdk.vm.ci.code.stack.InspectedFrameVisitor<T> visitor)
iterateFrames in interface jdk.vm.ci.code.stack.StackIntrospection