|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.backend.gen.CodeGenerator.FunctionAttr
coins.backend.gen.CodeGenerator_arm.ArmAttr
Arm's function attribute
| Field Summary | |
(package private) int |
adjustCalleeSaves
callee save register |
(package private) Function |
func
Parent object. |
(package private) boolean |
isVarArg
True if this is variable argument function. |
(package private) int |
requiredStack
Stack space required for call |
(package private) LirNode |
retPtr
Pointer to value returned (if the function returns struct) |
(package private) int |
stackParamOffset
Offset of the first non-register parameter (i.e. |
| Constructor Summary | |
(package private) |
CodeGenerator_arm.ArmAttr(Function func)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int adjustCalleeSaves
Function func
int requiredStack
boolean isVarArg
LirNode retPtr
int stackParamOffset
| Constructor Detail |
CodeGenerator_arm.ArmAttr(Function func)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||