protected static class SubstrateAArch64Backend.DeoptExitStubContext extends SubstrateAArch64Backend.SubstrateAArch64FrameContext
Deoptimizer.StubType.ExitStub
method.| Modifier and Type | Field and Description |
|---|---|
protected jdk.vm.ci.code.CallingConvention |
callingConvention |
method| Modifier | Constructor and Description |
|---|---|
protected |
DeoptExitStubContext(SharedMethod method,
jdk.vm.ci.code.CallingConvention callingConvention) |
| Modifier and Type | Method and Description |
|---|---|
void |
enter(org.graalvm.compiler.lir.asm.CompilationResultBuilder crb) |
void |
leave(org.graalvm.compiler.lir.asm.CompilationResultBuilder crb) |
hasFrame, makeFrame, returnedprotected DeoptExitStubContext(SharedMethod method, jdk.vm.ci.code.CallingConvention callingConvention)
public void enter(org.graalvm.compiler.lir.asm.CompilationResultBuilder crb)
enter in interface org.graalvm.compiler.lir.asm.FrameContextenter in class SubstrateAArch64Backend.SubstrateAArch64FrameContextpublic void leave(org.graalvm.compiler.lir.asm.CompilationResultBuilder crb)
leave in interface org.graalvm.compiler.lir.asm.FrameContextleave in class SubstrateAArch64Backend.SubstrateAArch64FrameContext