public class SPARCHotSpotBackend.HotSpotFrameContext extends Object implements FrameContext
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
isStub |
| Constructor and Description |
|---|
HotSpotFrameContext(boolean isStub) |
| 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.
|
final boolean isStub
HotSpotFrameContext(boolean isStub)
public boolean hasFrame()
FrameContexthasFrame in interface FrameContextpublic void enter(CompilationResultBuilder crb)
FrameContextenter in interface FrameContextpublic void leave(CompilationResultBuilder crb)
FrameContextleave in interface FrameContext