* @return If storage is stack return its offset. * Otherwise return an undefined value. */
| 193 | * Otherwise return an undefined value. |
| 194 | */ |
| 195 | int Storage::getStackOffset() const |
| 196 | { |
| 197 | return _stackOffset; |
| 198 | } |
| 199 | |
| 200 | /** |
| 201 | * This method can be used on any storage type, which might contain register number. |
no outgoing calls