class AMD64HotSpotBackend.HotSpotFrameContext extends Object implements FrameContext
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
isStub |
(package private) boolean |
omitFrame |
| Constructor and Description |
|---|
HotSpotFrameContext(boolean isStub,
boolean omitFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
enter(CompilationResultBuilder crb)
Emits code common to all entry points of a method.
|
boolean |
hasFrame()
Determines if a frame is set up and torn down by this object.
|
void |
leave(CompilationResultBuilder crb)
Emits code to be executed just prior to returning from a method.
|
HotSpotFrameContext(boolean isStub, boolean omitFrame)
public boolean hasFrame()
FrameContexthasFrame in interface FrameContextpublic void enter(CompilationResultBuilder crb)
FrameContextenter in interface FrameContextpublic void leave(CompilationResultBuilder crb)
FrameContextleave in interface FrameContext