Indicates that there is an auxiliary (inline, not stack) argument of type int, with the given value. Note: Perhaps unintuitively, the stack manipulation ops (e.g., dup and swap) use this to indicate the result stack pattern with a straightforward hex encoding of th
(int value)
| 152 | * @param value the argument value |
| 153 | */ |
| 154 | public void auxIntArg(int value); |
| 155 | |
| 156 | /** |
| 157 | * Indicates that there is an auxiliary (inline, not stack) object |
no outgoing calls
no test coverage detected