|
CACAO
|
Go to the source code of this file.
Macros | |
| #define | _ALIGN(a) do { if ((a) & 1) (a)++; } while (0) |
Functions | |
| void | md_param_alloc (methoddesc *md) |
| void | md_return_alloc (jitdata *jd, stackelement_t *stackslot) |
Variables | |
| s4 | nregdescint [] |
| s4 | nregdescfloat [] |
| #define _ALIGN | ( | a | ) | do { if ((a) & 1) (a)++; } while (0) |
Definition at line 41 of file md-abi.cpp.
| void md_param_alloc | ( | methoddesc * | md | ) |
Definition at line 97 of file md-abi.cpp.
| void md_return_alloc | ( | jitdata * | jd, |
| stackelement_t * | stackslot | ||
| ) |
Definition at line 207 of file md-abi.cpp.
| s4 nregdescfloat[] |
Definition at line 63 of file md-abi.cpp.
| s4 nregdescint[] |
Definition at line 46 of file md-abi.cpp.
1.8.5