public static interface TruffleCompilerListener.CompilationResultInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getDataPatchesCount()
Gets the number of
DataPatches in the compiled code. |
int |
getExceptionHandlersCount()
Gets the number of
ExceptionHandlers in the compiled code. |
String[] |
getInfopoints()
Gets the infopoint reasons in the compiled code.
|
int |
getInfopointsCount()
Gets the number of
Infopoints in the compiled code. |
int |
getMarksCount()
Gets the number of
Marks in the compiled code. |
int |
getTargetCodeSize()
Gets the size of the machine code generated.
|
int |
getTotalFrameSize()
Gets the total frame size of compiled code in bytes.
|
int getTargetCodeSize()
int getTotalFrameSize()
int getExceptionHandlersCount()
ExceptionHandlers in the compiled code.int getInfopointsCount()
Infopoints in the compiled code.String[] getInfopoints()
int getMarksCount()
Marks in the compiled code.int getDataPatchesCount()
DataPatches in the compiled code.