protected static class SubstrateAMD64Backend.DeoptExitStubContext extends SubstrateAMD64Backend.SubstrateAMD64FrameContext
Deoptimizer.StubType.ExitStub
method.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 tasm) |
void |
leave(org.graalvm.compiler.lir.asm.CompilationResultBuilder tasm) |
hasFrame, makeFrame, maybePushBasePointer, returnedprotected DeoptExitStubContext(SharedMethod method, jdk.vm.ci.code.CallingConvention callingConvention)
public void enter(org.graalvm.compiler.lir.asm.CompilationResultBuilder tasm)
enter in interface org.graalvm.compiler.lir.asm.FrameContextenter in class SubstrateAMD64Backend.SubstrateAMD64FrameContextpublic void leave(org.graalvm.compiler.lir.asm.CompilationResultBuilder tasm)
leave in interface org.graalvm.compiler.lir.asm.FrameContextleave in class SubstrateAMD64Backend.SubstrateAMD64FrameContext